class Rouge::Lexer

def debug

Deprecated:
def debug
  warn "Lexer#debug is deprecated.  Simply puts if @debug instead."
  puts yield if @debug
end