Method: FluentCommandBuilder::AppCfgPython::V16::Delete#noisy

Defined in:
lib/fluent_command_builder/command_builders/appcfg_python_16.rb

#noisy {|@b| ... } ⇒ Object

Yields:

  • (@b)


223
224
225
226
227
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 223

def noisy
  @b.append ' --noisy'
  yield @b if block_given?
  self
end