Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#help

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

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

Yields:

  • (@b)


2337
2338
2339
2340
2341
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2337

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