29 30 31
# File 'app/models/external_issue.rb', line 29 def ==(other) other.is_a?(self.class) && (to_s == other.to_s) end