6 7 8 9 10
# File 'lib/releasehx/rhyml/liquid.rb', line 6 def pasterize input return input unless input.is_a? String RHYML.pasterize(input) end