Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#no_cookies
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#no_cookies {|@b| ... } ⇒ Object
2377 2378 2379 2380 2381 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2377 def @b.append ' --no_cookies' yield @b if block_given? self end |