# File lib/liquid/standardfilters.rb, line 278
    def ceil(input)
      to_number(input).ceil.to_i
    end