Module: Dhall::Parser::NaturalLiteral

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



216
217
218
# File 'lib/dhall/parser.rb', line 216

def value
	Natural.new(value: string.to_i)
end