Libraries
»
crokus
(0.1.9)
»
Index
»
Crokus
»
IntLit
»
#to_i
Method: Crokus::IntLit#to_i
Defined in:
lib/crokus/ast.rb
#
to_i
⇒
Object
433 434 435
# File 'lib/crokus/ast.rb', line 433
def
to_i
tok
.
val
.
to_i
end