class Rouge::Formatters::Null
A formatter which renders nothing.
def initialize(*)
def initialize(*) end
def stream(tokens, &b)
def stream(tokens, &b) tokens.to_a end
A formatter which renders nothing.
def initialize(*) end
def stream(tokens, &b) tokens.to_a end