#89: view readline history in irb

Solved!
I wanted to view a log of all the lines I'd written in an IRB session, but didn't see a simple equivalent of bash's "history" command.

Readline::HISTORY

2
   1  puts Readline::HISTORY.to_a

Think you've got a better solution? Help 148c663fd665c53518538e093ce3c2ab_small kueda out by posting your solution