Method: FluentCommandBuilder::AppCfgPython::V16::DownloadApp#passin
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_16.rb
#passin {|@b| ... } ⇒ Object
1105 1106 1107 1108 1109 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_16.rb', line 1105 def passin @b.append ' --passin' yield @b if block_given? self end |