Method: FluentCommandBuilder::AppCfgPython::V16::UploadData#namespace
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#namespace(namespace) {|@b| ... } ⇒ Object
2472 2473 2474 2475 2476 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2472 def namespace(namespace) @b.append " --namespace=#{@b.format namespace}" yield @b if block_given? self end |