class Sprockets::BundledAsset

def fresh?(environment)

digest to the inmemory model.
Checks if Asset is stale by comparing the actual mtime and
def fresh?(environment)
  @processed_asset.fresh?(environment)
end