class HTML::Pipeline::RubyMarkup::Filter

Public Instance Methods

call() click to toggle source
# File lib/html/pipeline/ruby_markup.rb, line 10
def call
  Transformer.run(text.dup.to_s)
end