class Closure::Compiler

def initialize(options={})

When you create a Compiler, pass in the flags and options.
def initialize(options={})
  @options = serialize_options(options)
end