# File lib/hike/trail.rb, line 61
    def prepend_paths(*paths)
      self.paths.unshift(*paths)
    end