module Dhall::Parser::IntegerLiteral

Public Instance Methods

value() click to toggle source
# File lib/dhall/parser.rb, line 222
def value
        Integer.new(value: string.to_i)
end