Method: FluentCommandBuilder::AppCfgPython::V16::List#insecure
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#insecure {|@b| ... } ⇒ Object
328 329 330 331 332 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 328 def insecure @b.append ' --insecure' yield @b if block_given? self end |