# File lib/sprockets/pathname.rb, line 5
    def initialize(environment, absolute_location)
      @environment = environment
      @absolute_location = File.expand_path(absolute_location)
    end