Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/thefox-ext/ext/integer.rb
Instance Method Summary collapse
Instance Method Details
#to_b ⇒ Object
3 4 5 |
# File 'lib/thefox-ext/ext/integer.rb', line 3 def to_b !self.zero? end |