#285: File.join broken/inconsistent with MRI --------------------------------+------------------------------------------- Reporter: rfwatson@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: fixed Keywords: | --------------------------------+------------------------------------------- Changes (by eloy.de.enige@…): * status: new => closed * resolution: => fixed Comment: Thanks for reporting, this has been fixed in the experimental branch: {{{ % ./miniruby -e 'p File.join("/Users/", "/me")' "/Users/me" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/285#comment:1> MacRuby <http://macruby.org/>