Module N::NumberUtils
In: lib/glue/number.rb

Implement as a module to avoid class polution. You can still use Ruby‘s advanced features to include the module in your class. Passing the object to act upon allows to check for nil, which isn‘t possible if you use self.

Methods

Public Class methods

Returns the multiple ceil of a number

[Validate]