Method: Puppet::Interface::Action#default?

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

#default?Boolean

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.

Returns:

API:

  • private



63
64
65
# File 'lib/puppet/interface/action.rb', line 63

def default?
  !!@default
end