[Ironruby-core] Piping input from Kernel::open throws NotImplementedError

2009-09-22 Thread Xerxes Battiwalla
Apologies for re-sending, but this never made it onto the ruby-forums because of the previous outage. Hi there, I'm trying to get the AutoTest/AutoSpec script for Cucumber to work under IronRuby. The cucumber_mixin.rb file (line 82) in Cucumber tries to pipe input from a ca

[Ironruby-core] Piping input from Kernel::open throws NotImplementedError

2009-09-17 Thread Xerxes Battiwalla
Hi there, I'm trying to get the AutoTest/AutoSpec script for Cucumber to work under IronRuby. The cucumber_mixin.rb file (line 82) in Cucumber tries to pipe input from a call to Kernel::open, and IR throws a NotImplementedException when this line is hit. This is easily reproducible under iirb if