# File lib/sprockets/pathname.rb, line 16
    def parent_pathname
      Pathname.new(environment, File.dirname(absolute_location))
    end