From: Benoit Daloze Date: 2010-04-01T09:27:02+09:00 Subject: [ruby-core:29188] Re: [Feature #3067] complex.c : Question: why Complex#~ is disabled? It's in the doc > The above definition of Complex#~ returns conjugate complex, > while Fixnum#~ and Bignum#~ are bit inversion operators. > I don't know a suitable definition of bit inversion against > Complex. Sure, I just wanted to show #~ is running for other objects. B.D.