Class
RR::MethodDispatches::MethodMissingDispatch
In:
lib/rr/method_dispatches/method_missing_dispatch.rb
Parent:
BaseMethodDispatch
Methods
call
call_implementation
call_original_method
double_injection
new
original_method_missing_alias_name
Attributes
method_name
[R]
subject
[R]
subject_class
[R]
Public Class methods
new
(subject, subject_class, method_name, args, block)
Public Instance methods
call
()
call_original_method
()
original_method_missing_alias_name
()
Protected Instance methods
call_implementation
()
double_injection
()
[Validate]