# File lib/hike/trail.rb, line 84
    def append_extensions(*extensions)
      self.extensions.push(*extensions)
    end