From: matz@... (Yukihiro Matsumoto) Date: 2002-11-26T00:19:30+09:00 Subject: Re: [FAQ] Defining <=> Hi, In message "Re: [FAQ] Defining <=>" on 02/11/25, ts writes: | Well, you can remove it from the FAQ but you'll never stop ruby to do this | |pigeon% ruby -e 'File.open([])' |-e:1:in `open': wrong argument type Array (expected String) (TypeError) | from -e:1 But it based on whether object has "to_str" or not. I know Ruby still does type testing. But it is evloving. matz.