Method: FluentCommandBuilder::InstallUtil::V11::InstallUtil#uninstall
- Defined in:
- lib/fluent_command_builder/command_builders/installutil_11.rb
#uninstall {|@b| ... } ⇒ Object
49 50 51 52 53 |
# File 'lib/fluent_command_builder/command_builders/installutil_11.rb', line 49 def uninstall @b.append ' /uninstall' yield @b if block_given? self end |