class Sprockets::ClosureCompressor

def call(input)

def call(input)
  @compiler.compile(input[:data])
end