Method: FluentCommandBuilder::AppCfgPython::V17::ResourceLimitsInfo#email
- Defined in:
- lib/fluent_command_builder/command_builders/appcfg_python_17.rb
#email(email) {|@b| ... } ⇒ Object
1579 1580 1581 1582 1583 |
# File 'lib/fluent_command_builder/command_builders/appcfg_python_17.rb', line 1579 def email(email) @b.append " --email=#{@b.format email}" yield @b if block_given? self end |