Method: YARD::CodeObjects::Base#root?

Defined in:
lib/yard/code_objects/base.rb

#root?Boolean

Returns whether or not this object is a RootObject.

Returns:

  • whether or not this object is a RootObject



567
# File 'lib/yard/code_objects/base.rb', line 567

def root?; false end