Module: FluentCommandBuilder::DotCover::V10
- Defined in:
- lib/fluent_command_builder/command_builders/dotcover_10.rb
Defined Under Namespace
Classes: DotCover
Constant Summary collapse
- COMMAND_NAME =
'dotCover'
Instance Method Summary collapse
Instance Method Details
#dotcover {|builder| ... } ⇒ Object
50 51 52 53 54 55 |
# File 'lib/fluent_command_builder/command_builders/dotcover_10.rb', line 50 def dotcover builder = CommandBuilder.new COMMAND_NAME command = DotCover.new builder yield builder if block_given? command end |