Tuesday, August 14, 2007

ri in irb

The shortest route to accessing ri from you irb session.

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.