# File lib/rouge/text_analyzer.rb, line 41 def lexes_cleanly?(lexer) lexer.lex(self) do |(tok, _)| return false if tok.name == 'Error' end true end