class Rouge::Formatters::Null
A formatter which renders nothing.
def initialize(*)
def initialize(*) end
def stream(tokens, &b)
def stream(tokens, &b) tokens.each do |tok, val| yield "#{tok} #{val.inspect}\n" end end
A formatter which renders nothing.
def initialize(*) end
def stream(tokens, &b) tokens.each do |tok, val| yield "#{tok} #{val.inspect}\n" end end