Module: Buildr::Emma::EmmaExtension
- Includes:
- Buildr::Extension
- Defined in:
- lib/buildr/java/emma.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods included from Buildr::Extension
Instance Method Details
#emma ⇒ Object
131 132 133 |
# File 'lib/buildr/java/emma.rb', line 131 def emma @emma_config ||= EmmaConfig.new(self) end |