# File temp/functions.rb, line 362
    def Functions::ceiling( number )
      number(number).ceil
    end