Method: FluentCommandBuilder::DotCover::V11::Zip#output

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

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

Yields:

  • (@b)


285
286
287
288
289
# File 'lib/fluent_command_builder/command_builders/dotcover_11.rb', line 285

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