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.
1311 |
# File 'lib/dhall/ast.rb', line 1311 def initialize; end |
Instance Method Details
#as_json ⇒ Object
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 |
#hexdigest ⇒ Object
1317 |
# File 'lib/dhall/ast.rb', line 1317 def hexdigest; end |
#to_s ⇒ Object
1313 1314 1315 |
# File 'lib/dhall/ast.rb', line 1313 def to_s "" end |