Flowdock
floor() public

Returns the largest integer less than or equal to num. Numeric implements this by converting anInteger to a Float and invoking Float#floor.

   1.floor      #=> 1
   (-1).floor   #=> -1
Show source
Register or log in to add new notes.