Class: Integer

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

Instance Method Summary collapse

Instance Method Details

#to_bObject



35
36
37
# File 'lib/truther.rb', line 35

def to_b
	self > 0
end