Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#noauth_local_webserver
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#noauth_local_webserver {|@b| ... } ⇒ Object
2422 2423 2424 2425 2426 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2422 def noauth_local_webserver @b.append ' --noauth_local_webserver' yield @b if block_given? self end |