class RubyIndexer::Entry::UnresolvedMethodAlias

An unresolved method alias is an alias entry for which we aren’t sure what the right hand side points to yet. For example, if we have alias a b, we create an unresolved alias for a because we aren’t sure immediate what b is referring to

Attributes

new_name (attr_reader)

old_name (attr_reader)

owner (attr_reader)

Public Class Methods

new(new_name, old_name, owner, file_path, location, comments)

Calls superclass method RubyIndexer::Entry::new