Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#dry_run
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#dry_run {|@b| ... } ⇒ Object
2467 2468 2469 2470 2471 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2467 def dry_run @b.append ' --dry_run' yield @b if block_given? self end |