class Crokus::IntLit

Public Instance Methods

to_i() click to toggle source
# File lib/crokus/ast.rb, line 433
def to_i
  tok.val.to_i
end