page_name()
Base name of this file without the extension
# File lib/rdoc/top_level.rb, line 229 def page_name basename = File.basename @relative_name basename =~ /\.(rb|rdoc|txt|md)$/ $` || basename end