# File lib/sprockets/environment.rb, line 13
    def pathname_from(location)
      Pathname.new(self, absolute_location_from(location))
    end