ri in irb
The shortest route to accessing ri from you irb session.
add the following to your .irbrc file
This is all that I require, but for more (much more), see
here.
add the following to your .irbrc file
def ri(str); y `ri #{str}`;end
This is all that I require, but for more (much more), see
here.