#952: Should set got string to $_ when calls StringIO#gets #readline. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by warpflyght@…): I've got a fix: [https://github.com/warpflyght/macruby/commit/1026bf7d84ce4744501becc7860f13e...]. Runs the sample script above correctly, and passes two specs in language/predefined_spec.rb that were failing previously. There may be a binary compatibility impact for some native extensions, because it entails adding an instance variable to RoxorVM. -- Ticket URL: <http://www.macruby.org/trac/ticket/952#comment:4> MacRuby <http://macruby.org/>