class Sprockets::BundledAsset

def blank_context

Return new blank `Context` to evaluate processors in.
def blank_context
  environment.context_class.new(environment, logical_path.to_s, pathname)
end