class Sprockets::Asset

def included

Returns Array of String asset URIs.

asset.
Public: Get all internally required assets that were concated into this
def included
  metadata[:included]
end