# File karel/stair_sweeper.rb, line 15
  def climb_stair
    turn_left
    move
    turn_right
    move
  end