Method: RDoc::Context#unmatched_alias_lists
- Defined in:
- lib/rdoc/code_object/context.rb
#unmatched_alias_lists ⇒ Object
Hash old_name => [aliases]
, for aliases that haven’t (yet) been resolved to a method/attribute. (Not to be confused with the aliases of the context.)
87 88 89 |
# File 'lib/rdoc/code_object/context.rb', line 87 def unmatched_alias_lists @unmatched_alias_lists end |