Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#ceilingObject



537
538
539
# File 'lib/rubyhacks.rb', line 537

def ceiling
	return floor + 1
end