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.



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

def initialize; end

Instance Method Details

#as_jsonObject



1323
1324
1325
# File 'lib/dhall/ast.rb', line 1323

def as_json
  nil
end

#check(expr) ⇒ Object



1319
1320
1321
# File 'lib/dhall/ast.rb', line 1319

def check(expr)
  expr
end

#hexdigestObject



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

def hexdigest; end

#to_sObject



1313
1314
1315
# File 'lib/dhall/ast.rb', line 1313

def to_s
  ""
end