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