# File lib/liquid/standardfilters.rb, line 81 def split(input, pattern) input.to_s.split(pattern) end