Method: FluentCommandBuilder::DotCover::V20::List#source
- Defined in:
- lib/fluent_command_builder/command_builders/dotcover_20.rb
#source(source) {|@b| ... } ⇒ Object
211 212 213 214 215 |
# File 'lib/fluent_command_builder/command_builders/dotcover_20.rb', line 211 def source(source) @b.append " /source=#{@b.format source}" yield @b if block_given? self end |