Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#allow_any_runtime

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

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

Yields:

  • (@b)


2407
2408
2409
2410
2411
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2407

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