# File default/mathematician.rb, line 32
    def walk_to_wall()
      if front_is_clear?()
        move()
        walk_to_wall()
      end
    end