Re: [Jruby-devel] Use of RubyIO#getOutStream

2006-03-20 Thread Ola Bini
TED]> Date: Monday, March 20, 2006 8:18 pm Subject: Re: [Jruby-devel] Use of RubyIO#getOutStream To: [email protected] > On Mon, 20 Mar 2006, Ola Bini defenestrated me: > > Hi. > > > > I'm trying to make it simple using OutputStreams with Ruby IO

Re: [Jruby-devel] Use of RubyIO#getOutStream

2006-03-20 Thread Thomas E Enebo
On Mon, 20 Mar 2006, Ola Bini defenestrated me: > Hi. > > I'm trying to make it simple using OutputStreams with Ruby IO objects, > like this: > @io = GZIPOutputStream.new(io.getOutStream) > but for some reason this throws a method_missing when I give it a > RubyFile-object. Any one who could expl