Method: Buildr::Compiler::Base#initialize

Defined in:
lib/buildr/core/compile.rb

#initialize(project, options) ⇒ Base

Construct a new compiler with the specified options. Note that options may change before the compiler is run.



120
121
122
123
# File 'lib/buildr/core/compile.rb', line 120

def initialize(project, options)
  @project = project
  @options = options
end