# File default/mathematician.rb, line 14
    def face_south()
      while not facing_south?()
        turn_left
      end
    end