#240: no such file to load -- stringio.rb.bundle when starting irb/gems -------------------------+-------------------------------------------------- Reporter: i@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------+-------------------------------------------------- Comment(by i@…): This is what I found out {{{ Last login: Tue Mar 31 03:25:20 on ttys000 [teamon ~] macirb irb(main):001:0> require 'stringio' LoadError: no such file to load -- stringio.rb.bundle from (irb):1:in `require' from (irb):1 from /usr/local/bin/macirb:12:in `<main>' irb(main):002:0> require 'stringio.bundle' => true irb(main):004:0> require 'syck.bundle' => true irb(main):005:0> require 'rubygems' => true irb(main):006:0> }}} it looks like MacRuby first appends ".rb" to the end of string and then appends ".bundle" -- Ticket URL: <http://www.macruby.org/trac/ticket/240#comment:1> MacRuby <http://macruby.org/>