On Sep 21, 2006, at 7:51 AM, Kim Hunter wrote:
Allan Odgaard wrote:
On 21/9/2006, at 12:06, Kim Hunter wrote:
I'm having the same problem
Well, not exactly the same -- your error claims readpartial is an unknown method. Could you try this from shell: echo test|ruby -e 'p STDIN.readpartial(1024)'
Here is the Result:
jet:~ kim$ echo test|ruby -e 'p STDIN.readpartial(1024)' -e:1: undefined method `readpartial' for #IO:0x2b8f4 (NoMethodError) jet:~ kim$
Would you please also check:
ruby -v
James Edward Gray II