You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client defines a #send method that overrides the default Object#send method of a plain Ruby Object. This can cause problems when trying to use SimpleDelegator to wrap the client class, as the Object#send method is called on the SimpleDelegator wrapper object instead of it being delegated to the client object.
The text was updated successfully, but these errors were encountered:
The client defines a #send method that overrides the default Object#send method of a plain Ruby Object. This can cause problems when trying to use
SimpleDelegator
to wrap the client class, as theObject#send
method is called on theSimpleDelegator
wrapper object instead of it being delegated to the client object.The text was updated successfully, but these errors were encountered: