Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#declare_param_file
- Defined in:
- lib/fluent_command_builder/command_builders/msdeploy_71.rb
#declare_param_file(xml_file) {|@b| ... } ⇒ Object
42 43 44 45 46 |
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 42 def declare_param_file(xml_file) @b.append " -declareParamFile:#{@b.format xml_file}" yield @b if block_given? self end |