class Rouge::RegexLexer::InvalidRegex
def initialize(re)
def initialize(re) @re = re end
def to_s
def to_s "regex #{@re.inspect} matches empty string, but has no predicate!" end
def initialize(re) @re = re end
def to_s "regex #{@re.inspect} matches empty string, but has no predicate!" end