Class: Dhall::EmptyRecordProjection
Instance Method Summary
collapse
Methods inherited from Expression
#&, #*, #+, #<<, #as_dhall, #cache_key, #call, #concat, decode, #deep_merge, #deep_merge_type, #dhall_eq, #digest, #fetch, #fusion, #merge, #resolve, #shift, #slice, #substitute, #to_cbor, #to_proc, #|
Instance Method Details
#as_json ⇒ Object
746
747
748
|
# File 'lib/dhall/ast.rb', line 746
def as_json
[10, record.as_json]
end
|
#normalize ⇒ Object
322
323
324
|
# File 'lib/dhall/normalize.rb', line 322
def normalize
EmptyRecord.new
end
|
#selectors ⇒ Object
742
743
744
|
# File 'lib/dhall/ast.rb', line 742
def selectors
[]
end
|