instance method
==
Ruby on Rails 1.0.1
Last seen in v1.3.0Signature
==(other)
No documentation comment.
Parameters
-
otherreq
Source
# File lib/global_id/global_id.rb, line 63
def ==(other)
other.is_a?(GlobalID) && @uri == other.uri
end
Defined in lib/global_id/global_id.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in GlobalID