Class: Dhall::EmptyRecordProjection
Instance Method Summary
collapse
Methods inherited from Expression
#&, #*, #+, #annotate, #as_dhall, #cache_key, #call, #concat, decode, #deep_merge, #deep_merge_type, #dhall_eq, #digest, #fetch, #fusion, #merge, #resolve, #shift, #slice, #substitute, #to_binary, #to_cbor, #to_proc, #to_s, #|
Instance Method Details
#as_json ⇒ Object
947
948
949
|
# File 'lib/dhall/ast.rb', line 947
def as_json
[10, record.as_json]
end
|
#normalize ⇒ Object
366
367
368
|
# File 'lib/dhall/normalize.rb', line 366
def normalize
EmptyRecord.new
end
|
#selectors ⇒ Object
943
944
945
|
# File 'lib/dhall/ast.rb', line 943
def selectors
[]
end
|