MethodsClass
- Namespace
- Ancestors
-
-
Enumerable
Object
-
Stores #each Method defined on a Class.
Instance Methods
<<(methodMethod)self#⚙
Adds method to the receiver
[](name)Method#⚙
Returns the method name in the receiver.
- RaisesUnrecognizedMethod
-
If name isn’t a method in the receiver
each{ |optionMethod| … }self#⚙
Enumerates the methods.
eachEnumerator<Method>#⚙
Returns an Enumerator over the methods.