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