Class
RR::MethodDispatches::BaseMethodDispatch
In:
lib/rr/method_dispatches/base_method_dispatch.rb
Parent:
Object
Methods
call
call_original_method_missing
call_yields
double_not_found_error
extract_subject_from_return_value
find_double_to_attempt
implementation_is_original_method?
Included Modules
Space::Reader
Attributes
args
[R]
block
[R]
double
[R]
Public Instance methods
call
()
Protected Instance methods
call_original_method_missing
()
call_yields
()
double_not_found_error
()
extract_subject_from_return_value
(return_value)
find_double_to_attempt
()
implementation_is_original_method?
()
[Validate]