instance method ==

Ruby on Rails 1.3.0

Last seen in v1.3.0

Available in: v1.0.1 v1.1.0 v1.2.1 v1.3.0

Signature

==(other)

No documentation comment.

Parameters

other req
Source
# File lib/global_id/global_id.rb, line 67
  def ==(other)
    other.is_a?(GlobalID) && @uri == other.uri
  end

Defined in lib/global_id/global_id.rb line 67 · View on GitHub · Improve this page · Find usages on GitHub

Defined in GlobalID

Type at least 2 characters to search.

↑↓ navigate · open · esc close