Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#pre_sync
- Defined in:
- lib/fluent_command_builder/command_builders/msdeploy_71.rb
#pre_sync(command) {|@b| ... } ⇒ Object
87 88 89 90 91 |
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 87 def pre_sync(command) @b.append " -preSync:#{@b.format command}" yield @b if block_given? self end |