Module: Dhall::Parser::Hash
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
525 526 527 528 |
# File 'lib/dhall/parser.rb', line 525 def value protocol, data = string.split(/:/, 2) Dhall::Import::IntegrityCheck.new(protocol, data) end |