Module: Haml::Filters::Typogruby

Includes:
Base
Defined in:
lib/haml/filters/typogruby.rb

Instance Method Summary collapse

Instance Method Details

#render(text) ⇒ Object



7
8
9
# File 'lib/haml/filters/typogruby.rb', line 7

def render(text)
  ::Typogruby.improve(text)
end