Module: Dhall::Parser::Hash

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



526
527
528
529
# File 'lib/dhall/parser.rb', line 526

def value
	protocol, data = string.split(/:/, 2)
	Dhall::Import::IntegrityCheck.new(protocol, data)
end