303 304 305 306
# File 'lib/liquid/standardfilters.rb', line 303 def strip(input) input = Utils.to_s(input) input.strip end