From: Eirikur Hallgrimsson Date: 2004-10-10T06:44:53+09:00 Subject: dev-utils gem... How do I require_gem 'dev-utils/debug' ? I love the escape to irb idea and I have need of it. I'm new to gems, and I have installed the dev-utils gem. The dev-utils documentation shows a plain non-gem require, which simply fails because the gem-installed version isn't in the path. require_gem of 'dev-utils' works but does not supply the breakpoint method, so I'm assuming that the debug functionality is not loaded. require_gem of 'dev-utils/debug' fails. gem list --local shows dev-utils, but not the subcomponents such as debug. ? Puzzled, Eirikur