# File lib/liquid/standardfilters.rb, line 136 def append(input, string) input.to_s + string.to_s end