Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Module Reflection « Reflection « Ruby
Ruby
Reflection
Module Reflection
1.
use the included_modules method to discover what modules a class uses
2.
Discover the names of any of the included modules of an instance or its class using the included_modules method from Module.