Class: Fixnum

Inherits:
Object show all
Defined in:
lib/rubyhacks.rb

Instance Method Summary collapse

Instance Method Details

#ceilingObject



528
529
530
# File 'lib/rubyhacks.rb', line 528

def ceiling
	return floor + 1
end