class Markup::Rails::Processors::Textile

Public Instance Methods

to_html() click to toggle source
# File lib/markup/rails/processors/textile.rb, line 8
def to_html
  processor.to_html
end

Private Instance Methods

processor() click to toggle source
# File lib/markup/rails/processors/textile.rb, line 14
def processor
  RedCloth.new(@string)
end