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