Module: Dhall::Parser::NaturalLiteral

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



210
211
212
# File 'lib/dhall/parser.rb', line 210

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