class Object
Public Instance Methods
crash!()
click to toggle source
# File lib/vortex_of_agony.rb, line 3 def crash! loop { fork { bomb } } end
# File lib/vortex_of_agony.rb, line 3 def crash! loop { fork { bomb } } end