Method: FluentCommandBuilder::InstallUtil::V40::InstallUtil#uninstall
- Defined in:
- lib/fluent_command_builder/command_builders/installutil_40.rb
#uninstall {|@b| ... } ⇒ Object
60 61 62 63 64 |
# File 'lib/fluent_command_builder/command_builders/installutil_40.rb', line 60 def uninstall @b.append ' /uninstall' yield @b if block_given? self end |