class IntLit

Public Instance Methods

eval() click to toggle source
# File lib/oddb2xml/parslet_compositions.rb, line 108
def eval
  int.to_i
end