# File lib/hike/trail.rb, line 67
    def append_paths(*paths)
      self.paths.push(*paths)
    end