class Sprockets::Asset

def to_hash

Returns a Hash.

Internal: Return all internal instance variables as a hash.
def to_hash
  @attributes
end