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