instance method
==
Ruby on Rails 1.3.0
Last seen in v1.3.0Signature
==(other)
No documentation comment.
Parameters
-
otherreq
Source
# File lib/global_id/signed_global_id.rb, line 71
def ==(other)
super && @purpose == other.purpose
end
Defined in lib/global_id/signed_global_id.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in SignedGlobalID