Method: FluentCommandBuilder::AppCfgPython::V17::SetDefaultVersion#runtime

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

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

Yields:

  • (@b)


1807
1808
1809
1810
1811
# File 'lib/fluent_command_builder/command_builders/appcfg_python_17.rb', line 1807

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