I'm using iruby on Jupyter. In python kernel (ipython), one can input a string from notebook by calling input() function.
input()
Is it possible to achieve the same thing in iruby?