Module: Dhall::Parser::Authority
- Defined in:
- lib/dhall/parser.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
569 570 571 572 573 574 575 |
# File 'lib/dhall/parser.rb', line 569 def value { userinfo: capture(:userinfo)&.value, host: capture(:host).value, port: capture(:port)&.value } end |