# File lib/liquid/standardfilters.rb, line 166 def remove(input, string) input.to_s.gsub(string, ''.freeze) end