class Sprockets::Asset

def each

compatible body objects.
Add enumerator to allow `Asset` instances to be used as Rack
def each
  yield to_s
end