Class: Dhall::Import::Https
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
1472 1473 1474 |
# File 'lib/dhall/ast.rb', line 1472 def resolve(resolver) resolver.resolve_https(self) end |