Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#skip

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

#skip(arg) {|@b| ... } ⇒ Object

Yields:

  • (@b)


127
128
129
130
131
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 127

def skip(arg)
  @b.append " -skip:#{@b.format arg}"
  yield @b if block_given?
  self
end