Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#remove_param
- Defined in:
- lib/fluent_command_builder/command_builders/msdeploy_71.rb
#remove_param(param) {|@b| ... } ⇒ Object
92 93 94 95 96 |
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 92 def remove_param(param) @b.append " -removeParam:#{@b.format param}" yield @b if block_given? self end |