# File default/mathematician.rb, line 20
    def face_east()
      while not facing_east?()
        turn_left
      end
    end