Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#runtime

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

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

Yields:

  • (@b)


2402
2403
2404
2405
2406
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2402

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