Method: FluentCommandBuilder::AppCfgPython::V16::Configure#version

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

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

Yields:

  • (@b)


171
172
173
174
175
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 171

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