Method: FluentCommandBuilder::AppCfgPython::V16::Stop#insecure
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#insecure {|@b| ... } ⇒ Object
616 617 618 619 620 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 616 def insecure @b.append ' --insecure' yield @b if block_given? self end |