Class: Dhall::Import::NoIntegrityCheck
- Inherits:
-
IntegrityCheck
- Object
- IntegrityCheck
- Dhall::Import::NoIntegrityCheck
- Defined in:
- lib/dhall/ast.rb
Instance Method Summary collapse
- #as_json ⇒ Object
- #check(expr) ⇒ Object
- #hexdigest ⇒ Object
-
#initialize ⇒ NoIntegrityCheck
constructor
A new instance of NoIntegrityCheck.
- #to_s ⇒ Object
Methods inherited from IntegrityCheck
Constructor Details
#initialize ⇒ NoIntegrityCheck
Returns a new instance of NoIntegrityCheck.
1361 |
# File 'lib/dhall/ast.rb', line 1361 def initialize; end |
Instance Method Details
#as_json ⇒ Object
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 |
#hexdigest ⇒ Object
1367 |
# File 'lib/dhall/ast.rb', line 1367 def hexdigest; end |
#to_s ⇒ Object
1363 1364 1365 |
# File 'lib/dhall/ast.rb', line 1363 def to_s "" end |