Method: Puppet::Type#depthfirst?

Defined in:
lib/puppet/type.rb

#depthfirst?Boolean

TODO:

What is this used for?

Returns true if the search should be done in depth-first order. This implementation always returns false.

Returns:

  • (Boolean)

    true if the search should be done in depth first order.



980
981
982
# File 'lib/puppet/type.rb', line 980

def depthfirst?
  false
end