ReceiveClass
- Namespace
- Ancestors
The “to receive” keywords on ::Objects.
Constructor
initialize(object::Object)#⚙
Stands in for object, allowing a Reception exception that expects the given method to be called to be set up.
Dynamic Method Handling
This class handles dynamic methods through #method_missing.
method_missing(method, *args, &bodyProc)Receptionprivate#⚙
Returns a method reception expectation on the subject for method with args, using body as the method definition.