Method: FluentCommandBuilder::AppCfgPython::V17::Help#version
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_17.rb
#version(version) {|@b| ... } ⇒ Object
1382 1383 1384 1385 1386 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_17.rb', line 1382 def version(version) @b.append " --version=#{@b.format version}" yield @b if block_given? self end |