From: matz@... (Yukihiro Matsumoto) Date: 2001-07-06T14:35:46+09:00 Subject: [ruby-talk:17384] Re: newbee: Java -> Ruby Hi, In message "[ruby-talk:17381] newbee: Java -> Ruby" on 01/07/06, Uwe Matthaeus writes: |I have the following code in Java: | |class MyMerge implements MyInterface extends MyBase |{ |..... |} class MyMerge < MyBase include MyInterface end Although Java's interface and Ruby's module are somewhat different (the former defines interface, the latter defines implementation). matz.