Method: YARD::CodeObjects::ClassObject#superclass
- Defined in:
- lib/yard/code_objects/class_object.rb
#superclass ⇒ ClassObject
The YARD::CodeObjects::ClassObject that this class object inherits from in Ruby source.
7 8 9 |
# File 'lib/yard/code_objects/class_object.rb', line 7 def superclass @superclass end |