Class: Float

Inherits:
Object
  • Object
show all
Defined in:
lib/truther.rb

Instance Method Summary collapse

Instance Method Details

#to_bObject



41
42
43
# File 'lib/truther.rb', line 41

def to_b
	self > 0.0
end