Method: FluentCommandBuilder::AppCfgPython::V17::Delete#host
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_17.rb
#host(host) {|@b| ... } ⇒ Object
243 244 245 246 247 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_17.rb', line 243 def host(host) @b.append " --host=#{@b.format host}" yield @b if block_given? self end |