# File lib/hike/trail.rb, line 73
    def remove_path(path)
      self.paths.delete(path)
    end