From: Pokkai Dokkai Date: 2007-10-10T19:50:23+09:00 Subject: Re: object to class... source code here --------------------- class Name def initialize end ..... end ----------------------- obj=Name.new now my question is ,how to create above source code from obj?. actually jruby will create java object to ruby object but that ruby object(from java object) is not in source code format so i am asking this question ...... -- Posted via http://www.ruby-forum.com/.