Method: FluentCommandBuilder::DotCover::V20::List#output

Defined in:
lib/fluent_command_builder/command_builders/dotcover_20.rb

#output(snapshot_path) {|@b| ... } ⇒ Object

Yields:

  • (@b)


206
207
208
209
210
# File 'lib/fluent_command_builder/command_builders/dotcover_20.rb', line 206

def output(snapshot_path)
  @b.append " /output=#{@b.format snapshot_path}"
  yield @b if block_given?
  self
end