J
John Joyce
Here's an interesting thing you can do in irb:
irb
You can run an instance of irb within irb. How very Ruby!?
In irb you can also do this:
methods
(or my preferred approach...)
methods.sort
irb itself has some interesting abilities.
irb
You can run an instance of irb within irb. How very Ruby!?
In irb you can also do this:
methods
(or my preferred approach...)
methods.sort
irb itself has some interesting abilities.