From: Jeff Davis Date: 2005-01-30T09:28:54+09:00 Subject: methods/constants/classes available in context I am learning Ruby and one thing I sometimes find difficult is knowing what methods, constants, and classes are available in a given context. One example was I required a module, but I didn't know everything that the module contained. Is there a way to know everything that you can call in a given context? All the symbols that are available? Regards, Jeff Davis