# File karel/ur_robot.rb, line 140
  def pause(action)
    return if ! @pausing
    puts "Robot with ID: #@ID is about to #{action}."
    STDIN.gets  
  end