class Integer
Public Instance Methods
to_b()
click to toggle source
# File lib/thefox-ext/ext/integer.rb, line 3 def to_b !self.zero? end
# File lib/thefox-ext/ext/integer.rb, line 3 def to_b !self.zero? end