# File lib/rouge/lexer.rb, line 21
      def lex(stream, opts={}, &b)
        new(opts).lex(stream, &b)
      end