- Description about the talk
- Nowadays, we can use the power of types when writing code in an editor or IDE.
But how about in IRB?
What if the auto completion of IRB gets more accurate using type information? Wouldn’t it be happy?
In this talk, I will show how to implement type based auto completion and make your own customized IRB.