Method: FluentCommandBuilder::AppCfgPython::V16::Help#runtime

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

#runtime(runtime) {|@b| ... } ⇒ Object

Yields:

  • (@b)


1393
1394
1395
1396
1397
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 1393

def runtime(runtime)
  @b.append " --runtime=#{@b.format runtime}"
  yield @b if block_given?
  self
end