Class: RDoc::NormalClass

Inherits:
Object
  • Object
show all
Defined in:
lib/rorvswild_theme_rdoc/patches/rdoc_before_6.13.0.rb

Instance Attribute Summary collapse

Instance Attribute Details

#constantsObject (readonly)

Returns the value of attribute constants.



7
8
9
# File 'lib/rorvswild_theme_rdoc/patches/rdoc_before_6.13.0.rb', line 7

def constants
  @constants
end

#extendsObject (readonly)

Returns the value of attribute extends.



6
7
8
# File 'lib/rorvswild_theme_rdoc/patches/rdoc_before_6.13.0.rb', line 6

def extends
  @extends
end

#includesObject (readonly)

Returns the value of attribute includes.



5
6
7
# File 'lib/rorvswild_theme_rdoc/patches/rdoc_before_6.13.0.rb', line 5

def includes
  @includes
end