class Concurrent::Async::AsyncDelegator
def respond_to_missing?(method, include_private = false)
-
method
(Symbol
) -- the method being called
def respond_to_missing?(method, include_private = false) @delegate.respond_to?(method) || super end