Module: Dhall::Parser::IntegerLiteral

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



222
223
224
# File 'lib/dhall/parser.rb', line 222

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