Libraries
»
rubyvis
(0.5.2)
»
Index (F)
»
FalseClass
Class: FalseClass
Inherits:
Object
Object
FalseClass
show all
Defined in:
lib/rubyvis/javascript_behaviour.rb
Instance Method Summary
collapse
#
to_i
⇒ Object
Return 0.
Instance Method Details
#
to_i
⇒
Object
Return 0
9 10 11
# File 'lib/rubyvis/javascript_behaviour.rb', line 9
def
to_i
0
end