Flowdock
method

direct_ancestors

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: RDoc::NormalClass
direct_ancestors() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/normal_class.rb, line 35
  def direct_ancestors
    superclass ? super + [superclass] : super
  end
Register or log in to add new notes.