# File lib/rouge/formatters/html.rb, line 10 def stream(tokens, &b) tokens.each { |tok, val| yield span(tok, val) } end