# File lib/liquid/standardfilters.rb, line 108 def remove_first(input, string) input.to_s.sub(string, '') end