Module: Dhall::Parser::NaturalLiteral

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



196
197
198
# File 'lib/dhall/parser.rb', line 196

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