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