Module: Buildr::Scala::ProjectExtension
- Included in:
- Project
- Defined in:
- lib/buildr/scala/compiler.rb
Instance Method Summary collapse
Instance Method Details
#scalac_options ⇒ Object
380 381 382 |
# File 'lib/buildr/scala/compiler.rb', line 380 def @scalac ||= ScalacOptions.new(self) end |