Method: FluentCommandBuilder::InstallUtil::V40::InstallUtil#help

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

#help(assembly_path = nil) {|@b| ... } ⇒ Object

Yields:

  • (@b)


27
28
29
30
31
32
# File 'lib/fluent_command_builder/command_builders/installutil_40.rb', line 27

def help(assembly_path=nil)
  @b.append ' /help'
  @b.append " #{@b.format assembly_path}" unless assembly_path.nil?
  yield @b if block_given?
  self
end