Module: Dhall::Parser::IntegerLiteral

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



202
203
204
# File 'lib/dhall/parser.rb', line 202

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