Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#whatif

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

#whatif {|@b| ... } ⇒ Object

Yields:

  • (@b)


162
163
164
165
166
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 162

def whatif
  @b.append ' -whatif'
  yield @b if block_given?
  self
end