Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#replace
- Defined in:
- lib/fluent_command_builder/command_builders/msdeploy_71.rb
#replace(arg) {|@b| ... } ⇒ Object
97 98 99 100 101 |
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 97 def replace(arg) @b.append " -replace:#{@b.format arg}" yield @b if block_given? self end |