Module: MetaFilter

Defined in:
app/liquid/filters/meta_filter.rb

Overview

Meta Helpers ##

Instance Method Summary collapse

Instance Method Details

#textilize(input) ⇒ Object

will be available as the “textilize” filter



3
4
5
# File 'app/liquid/filters/meta_filter.rb', line 3

def textilize(input) # will be available as the "textilize" filter
  "test"
end