#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@…): This may be the problem. :) From vm.cpp: {{{ extern "C" VALUE rb_lastline_get(void) { // TODO return Qnil; } extern "C" void rb_lastline_set(VALUE val) { // TODO } }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/952#comment:3> MacRuby <http://macruby.org/>