Class: Dhall::Import::NoIntegrityCheck

Inherits:
IntegrityCheck show all
Defined in:
lib/dhall/ast.rb

Instance Method Summary collapse

Methods inherited from IntegrityCheck

decode, #ipfs

Constructor Details

#initializeNoIntegrityCheck

Returns a new instance of NoIntegrityCheck.



1361
# File 'lib/dhall/ast.rb', line 1361

def initialize; end

Instance Method Details

#as_jsonObject



1373
1374
1375
# File 'lib/dhall/ast.rb', line 1373

def as_json
	nil
end

#check(expr) ⇒ Object



1369
1370
1371
# File 'lib/dhall/ast.rb', line 1369

def check(expr)
	expr.normalize
end

#hexdigestObject



1367
# File 'lib/dhall/ast.rb', line 1367

def hexdigest; end

#to_sObject



1363
1364
1365
# File 'lib/dhall/ast.rb', line 1363

def to_s
	""
end