diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/complex.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/complex.rb b/lib/complex.rb index cb0a3dc56..f0a363f9c 100644 --- a/lib/complex.rb +++ b/lib/complex.rb @@ -290,7 +290,7 @@ class Complex < Numeric end def hash - @real ^ @image + @real.hash ^ @image.hash end def inspect |
