Method: RDoc::Context#methods_hash
- Defined in:
- lib/rdoc/code_object/context.rb
#methods_hash ⇒ Object (readonly)
Hash of registered methods. Attributes are also registered here, twice if they are RW.
108 109 110 |
# File 'lib/rdoc/code_object/context.rb', line 108 def methods_hash @methods_hash end |