Method: Puppet::Util::CommandLine#available_subcommands

Defined in:
lib/vendor/puppet/util/command_line.rb

#available_subcommandsObject

available_subcommands was previously an instance method, not a class method, and we have an unknown number of user-implemented applications that depend on that behaviour. Forwarding allows us to preserve a backward compatible API. –daniel 2011-04-11



49
50
51
# File 'lib/vendor/puppet/util/command_line.rb', line 49

def available_subcommands
  self.class.available_subcommands
end