Module: Dhall::Parser::Authority

Defined in:
lib/dhall/parser.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



542
543
544
545
546
547
548
# File 'lib/dhall/parser.rb', line 542

def value
	{
		userinfo: capture(:userinfo)&.value,
		host:     capture(:host).value,
		port:     capture(:port)&.value
	}
end