# File lib/rouge/lexer.rb, line 76 def title(t=nil) if t.nil? t = tag.capitalize end @title ||= t end