Class: Dhall::Resolvers::LocalOnly
- Defined in:
- lib/dhall/resolve.rb
Instance Method Summary collapse
-
#initialize(path_reader: ReadPathSources) ⇒ LocalOnly
constructor
A new instance of LocalOnly.
Methods inherited from Standard
#cache_fetch, #child, #finish!, #resolve_http, #resolve_https, #resolve_path
Constructor Details
#initialize(path_reader: ReadPathSources) ⇒ LocalOnly
Returns a new instance of LocalOnly.
251 252 253 254 255 256 257 |
# File 'lib/dhall/resolve.rb', line 251 def initialize(path_reader: ReadPathSources) super( path_reader: path_reader, http_reader: RejectSources, https_reader: RejectSources ) end |