class Sprockets::Base

def attributes_for(path)

Internal. Return a `AssetAttributes` for `path`.
def attributes_for(path)
  AssetAttributes.new(self, path)
end