class RhetButler::SlideRenderers::Textile

Public Instance Methods

process(string) click to toggle source
# File lib/rhet-butler/slide-renderers/textile.rb, line 9
def process(string)
  RedCloth.new(string).to_html
end