Class: Dhall::Resolvers::LocalOnly

Inherits:
Standard
  • Object
show all
Defined in:
lib/dhall/resolve.rb

Instance Method Summary collapse

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