This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Base Autocannon (S)": [ | |
[ | |
"Projectile Cartridge", | |
16 | |
], | |
[ | |
"Projectile Weapon Platform, Small", | |
1 | |
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ruby/trema/mac.rb b/ruby/trema/mac.rb | |
index 7b03d91..1cf3fe5 100644 | |
--- a/ruby/trema/mac.rb | |
+++ b/ruby/trema/mac.rb | |
@@ -55,6 +55,13 @@ module Trema | |
@value == other.value | |
end | |
+ def eql?(other) | |
+ @value.eql? other.value |