34 35 36 37
# File 'lib/AdventureRL/TimingHandler.rb', line 34 def pause return if (is_paused?) @is_running = false end