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