Method: ExternalIssue#==

Defined in:
app/models/external_issue.rb

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



29
30
31
# File 'app/models/external_issue.rb', line 29

def ==(other)
  other.is_a?(self.class) && (to_s == other.to_s)
end