Libraries
»
waxx
(0.2.0)
»
Index
»
FalseClass
»
#to_i
Method: FalseClass#to_i
Defined in:
lib/waxx/patch.rb
#
to_i
⇒
Object
Show false as zero
46 47 48
# File 'lib/waxx/patch.rb', line 46
def
to_i
0
end