# File default/mathematician.rb, line 8
    def face_west()
      while not facing_west?()
        turn_left
      end
    end