Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#no_cookies

Defined in:
lib/fluent_command_builder/command_builders/appcfg_python_16.rb

#no_cookies {|@b| ... } ⇒ Object

Yields:

  • (@b)


2377
2378
2379
2380
2381
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2377

def no_cookies
  @b.append ' --no_cookies'
  yield @b if block_given?
  self
end