Class: Dhall::Import::Http

Inherits:
URI
  • Object
show all
Defined in:
lib/dhall/ast.rb

Instance Method Summary collapse

Methods inherited from URI

#as_json, #authority, #canonical, #chain_onto, decode, #headers, #location, #origin, #path, #port, #to_s, #with

Instance Method Details

#resolve(resolver) ⇒ Object



1466
1467
1468
# File 'lib/dhall/ast.rb', line 1466

def resolve(resolver)
	resolver.resolve_http(self)
end