class Sprockets::Asset
def to_a
This allows you to link to individual files for debugging
the asset's contents as a whole.
Appending all of an assets body parts together should give you
Expand asset into an `Array` of parts.
def to_a [self] end
def to_a [self] end