# File lib/liquid/standardfilters.rb, line 89
    def lstrip(input)
      input.to_s.lstrip
    end