# File lib/rouge/lexer.rb, line 203 def tag(t=nil) return @tag if t.nil? @tag = t.to_s Lexer.register(@tag, self) end