full_name()
Full constant name including namespace
# File lib/rdoc/constant.rb, line 81 def full_name @full_name ||= "#{parent_name}::#{@name}" end