Method: FluentCommandBuilder::AppCfgPython::V16::UpdateDos#passin
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#passin {|@b| ... } ⇒ Object
2099 2100 2101 2102 2103 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 2099 def passin @b.append ' --passin' yield @b if block_given? self end |