Class: Pseudohelp::Textile::Compiler

Inherits:
Object
  • Object
show all
Defined in:
lib/pseudohelp/textile.rb

Class Method Summary collapse

Class Method Details

.call(text) ⇒ Object



11
12
13
# File 'lib/pseudohelp/textile.rb', line 11

def call(text)
  RedCloth.new(text).to_html.html_safe
end