Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#passin
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#passin {|@b| ... } ⇒ Object
2387 2388 2389 2390 2391 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2387 def passin @b.append ' --passin' yield @b if block_given? self end |