class Sprockets::DirectiveProcessor

def each_entry(root, &block)

def each_entry(root, &block)
  context.environment.each_entry(root, &block)
end