Method: Puppet::Interface::OptionBuilder#option
- Defined in:
- lib/puppet/interface/option_builder.rb
#option ⇒ Puppet::Interface::Option (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The option under construction
6 7 8 |
# File 'lib/puppet/interface/option_builder.rb', line 6 def option @option end |