Libraries
»
rubyvis
(0.7.0)
»
Index
»
TrueClass
»
#to_i
Method: TrueClass#to_i
Defined in:
lib/rubyvis/javascript_behaviour.rb
#
to_i
⇒
Object
Return 1
3 4 5
# File 'lib/rubyvis/javascript_behaviour.rb', line 3
def
to_i
1
end