Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 108 Bytes

File metadata and controls

6 lines (5 loc) · 108 Bytes

Ruby Command Line Eval

ruby -e 'puts Module.ancestors'
[Module, Object, Kernel, BasicObject]