# File karel/karel_window.rb, line 381 def move_robot (robot, amount = -1) amount = 1 unless amount > 1 # robot.delete_all robot.move(amount) end