class Opal::BuilderProcessors::RubyProcessor

def compiler_for(source, options = {})

def compiler_for(source, options = {})
  ::Opal::Compiler.new(source, @options.merge(options))
end