Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#has_header
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#has_header {|@b| ... } ⇒ Object
2492 2493 2494 2495 2496 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2492 def has_header @b.append ' --has_header' yield @b if block_given? self end |