Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#version
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#version(version) {|@b| ... } ⇒ Object
2397 2398 2399 2400 2401 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2397 def version(version) @b.append " --version=#{@b.format version}" yield @b if block_given? self end |