From yt.dev at free.fr Fri Jan 5 13:10:08 2007 From: yt.dev at free.fr (=?ISO-8859-1?Q?Une_B=E9vue?=) Date: Fri, 5 Jan 2007 19:10:08 +0100 Subject: [Rb2js-discuss] 'handle' : can't perform method dispatch without explicit receiver (RB2JS:Unhanled) Message-ID: Hey all, i'm trying rb2js.rb over a ruby class of my own : -------------- next part -------------- A non-text attachment was scrubbed... Name: color.rb Type: text/x-ruby-script Size: 2602 bytes Desc: not available Url : http://rubyforge.org/pipermail/rb2js-discuss/attachments/20070105/dbc10bd4/attachment.bin -------------- next part -------------- presumably i've missed some limitation of rb2js but i gt this error : 'handle' : can't perform method dispatch without explicit receiver (RB2JS:Unhandled) obviously i've followed the demo.rb even i've tried not to write the class without initialize argument, same prob. i think i've missed something, but what ??? Yvon