Module: FluentCommandBuilder::InstallUtil::V40

Defined in:
lib/fluent_command_builder/command_builders/installutil_40.rb

Defined Under Namespace

Classes: InstallUtil

Constant Summary collapse

COMMAND_NAME =
'installUtil'

Instance Method Summary collapse

Instance Method Details

#installutil {|builder| ... } ⇒ Object

Yields:

  • (builder)


56
57
58
59
60
61
# File 'lib/fluent_command_builder/command_builders/installutil_40.rb', line 56

def installutil
  builder = CommandBuilder.new COMMAND_NAME
  command = InstallUtil.new builder
  yield builder if block_given?
  command
end