Method: ClassSource::Index#methods
- Defined in:
- lib/class_source/index.rb
#methods ⇒ Object
Returns an index of all methods found for the class
41 42 43 |
# File 'lib/class_source/index.rb', line 41 def methods @method_details ||= MethodIndex.new(@target_class) end |