Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#xpath
- Defined in:
- lib/fluent_command_builder/command_builders/msdeploy_71.rb
#xpath(path) {|@b| ... } ⇒ Object
172 173 174 175 176 |
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 172 def xpath(path) @b.append " -xpath:#{@b.format path}" yield @b if block_given? self end |