Libraries
»
ig3client
(0.6.0)
»
Index
»
Numeric
»
#to_b
Method: Numeric#to_b
Defined in:
lib/lib/util.rb
#
to_b
⇒
Object
49 50 51
# File 'lib/lib/util.rb', line 49
def
to_b
return
(
not
(
self
.
zero?
)
)
end