method
respond_to_missing?
ruby latest stable - Class:
Delegator
respond_to_missing?(m, include_private)public
Checks for a method provided by this the delegate object by forwarding the call through __getobj__.
respond_to_missing?(m, include_private)Checks for a method provided by this the delegate object by forwarding the call through __getobj__.