Method: GlobalID#==

Defined in:
lib/global_id/global_id.rb

#==(other) ⇒ Object Also known as: eql?



67
68
69
# File 'lib/global_id/global_id.rb', line 67

def ==(other)
  other.is_a?(GlobalID) && @uri == other.uri
end