Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#insecure
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#insecure {|@b| ... } ⇒ Object
2362 2363 2364 2365 2366 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2362 def insecure @b.append ' --insecure' yield @b if block_given? self end |