Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#num_threads
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#num_threads(num_threads) {|@b| ... } ⇒ Object
2477 2478 2479 2480 2481 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2477 def num_threads(num_threads) @b.append " --num_threads=#{@b.format num_threads}" yield @b if block_given? self end |