Method: FluentCommandBuilder::AppCfgPython::V16::UpdateDos#help

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

#help {|@b| ... } ⇒ Object

Yields:

  • (@b)


2049
2050
2051
2052
2053
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2049

def help
  @b.append ' --help'
  yield @b if block_given?
  self
end