Method: JSONAPI::ResourceIdentity#==

Defined in:
lib/jsonapi/resource_identity.rb

#==(other) ⇒ Object



21
22
23
24
25
# File 'lib/jsonapi/resource_identity.rb', line 21

def ==(other)
  # :nocov:
  eql?(other)
  # :nocov:
end