Module: Dhall::Parser::Hash

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



488
489
490
491
# File 'lib/dhall/parser.rb', line 488

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