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