#673: macruby_main() should always ignore RUBYOPT -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- It is common for Ruby users to define RUBYOPT to "-r rubygems" in their default environment profile. However, in the case of the Cocoa application embedding the MacRuby runtime, the initialization process will fail because rubygems is not in the path. Therefore, macruby_main() should never take RUBYOPT into account. -- Ticket URL: <http://www.macruby.org/trac/ticket/673> MacRuby <http://macruby.org/>