src code

instance method Number#ceil

Number#ceil() → Number

Returns the smallest integer greater than or equal to the number. Convenience method that simply calls Math.ceil on this instance and returns the result.