Module: FluentCommandBuilder::InstallUtil::V35

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

Defined Under Namespace

Classes: InstallUtil

Constant Summary collapse

COMMAND_NAME =
'installUtil'

Instance Method Summary collapse

Instance Method Details

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

Yields:

  • (builder)


50
51
52
53
54
55
# File 'lib/fluent_command_builder/command_builders/installutil_35.rb', line 50

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