Libraries
»
rubyvis
(0.5.2)
»
Index (T)
»
TrueClass
Class: TrueClass
Inherits:
Object
Object
TrueClass
show all
Defined in:
lib/rubyvis/javascript_behaviour.rb
Instance Method Summary
collapse
#
to_i
⇒ Object
Return 1.
Instance Method Details
#
to_i
⇒
Object
Return 1
3 4 5
# File 'lib/rubyvis/javascript_behaviour.rb', line 3
def
to_i
1
end