# File karel/assertions.rb, line 61 def assert_running() raise "Robot is not running" if not running?() end