Method: RDoc::TopLevel.all_methods
- Defined in:
- lib/erbook/rdoc.rb
.all_methods ⇒ Object
Returns an array of RDoc::AnyMethod objects representing all methods recorded thus far.
31 32 33 |
# File 'lib/erbook/rdoc.rb', line 31 def self.all_methods all_classes_and_modules.map {|c| c.method_list }.flatten end |