# File default/mathematician.rb, line 26
    def face_north()
      while not facing_north?()
        turn_left
      end
    end