Method: Puppet::Interface::OptionManager#options

Defined in:
lib/puppet/interface/option_manager.rb

#optionsObject

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.



82
83
84
# File 'lib/puppet/interface/option_manager.rb', line 82

def options
  walk_inheritance_tree(@options, :options)
end