Method: FluentCommandBuilder::MSDeploy::V71::MSDeploy#show_secure
- Defined in:
- lib/fluent_command_builder/command_builders/msdeploy_71.rb
#show_secure {|@b| ... } ⇒ Object
122 123 124 125 126 |
# File 'lib/fluent_command_builder/command_builders/msdeploy_71.rb', line 122 def show_secure @b.append ' -showSecure' yield @b if block_given? self end |