Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/truther.rb
Instance Method Summary collapse
Instance Method Details
#to_b ⇒ Object
35 36 37 |
# File 'lib/truther.rb', line 35 def to_b self > 0 end |