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