Class: Buildr::Scala::ScalacOptions
- Defined in:
- lib/buildr/scala/compiler.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(project) ⇒ ScalacOptions
constructor
A new instance of ScalacOptions.
Constructor Details
#initialize(project) ⇒ ScalacOptions
Returns a new instance of ScalacOptions.
388 389 390 |
# File 'lib/buildr/scala/compiler.rb', line 388 def initialize(project) @project = project end |
Instance Attribute Details
#incremental ⇒ Object
392 393 394 |
# File 'lib/buildr/scala/compiler.rb', line 392 def incremental @incremental || (@project.parent ? @project.parent..incremental : nil) end |