class Sprockets::Environment

def pathname_from(location)

def pathname_from(location)
  Pathname.new(self, absolute_location_from(location))
end