Method: RDoc::Attr#calls_super
- Defined in:
- lib/rdoc/code_object/attr.rb
#calls_super ⇒ Object
Attributes never call super. See RDoc::AnyMethod#calls_super
An RDoc::Attr can show up in the method list in some situations (see Gem::ConfigFile)
71 72 73 |
# File 'lib/rdoc/code_object/attr.rb', line 71 def calls_super # :nodoc: false end |