Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#set_param
- Defined in:
- lib/fluent_command_builder/command_builders/msdeploy_71.rb
#set_param(param) {|@b| ... } ⇒ Object
112 113 114 115 116 |
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 112 def set_param(param) @b.append " -setParam:#{@b.format param, ',', '='}" yield @b if block_given? self end |