module Dhall::Parser::NaturalLiteral

Public Instance Methods

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