Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/truther.rb
Instance Method Summary collapse
Instance Method Details
#to_b ⇒ Object
41 42 43 |
# File 'lib/truther.rb', line 41 def to_b self > 0.0 end |