Skip to content
Snippets Groups Projects

Fix issues mentioned but not closed for JIRA

Merged Sean McGivern requested to merge fix-mentioned-issues-for-external-trackers into master
All threads resolved!
2 files
+ 3
22
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,7 +27,7 @@ def ==(other)
alias_method :eql?, :==
def hash
[self.class, self.to_s].hash
[self.class, to_s].hash
end
def project
Loading