Methods

Class/Module Index [+]

Quicksearch

Rouge::Formatters::Null

A formatter which renders nothing.

Public Class Methods

new(*) click to toggle source
# File lib/rouge/formatters/null.rb, line 7
def initialize(*)
end

Public Instance Methods

stream(tokens, &b) click to toggle source
# File lib/rouge/formatters/null.rb, line 10
def stream(tokens, &b)
  tokens.to_a
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.