is_alias_for()
The module or class this constant is an alias for
# File lib/rdoc/constant.rb, line 87 def is_alias_for case @is_alias_for when String then found = @store.find_class_or_module @is_alias_for @is_alias_for = found if found @is_alias_for else @is_alias_for end end