Module: ReleaseHx::RHYML::RHYMLFilters

Defined in:
lib/releasehx/rhyml/liquid.rb

Instance Method Summary collapse

Instance Method Details

#pasterize(input) ⇒ Object



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