# File lib/handler/messaging_adapter.rb, line 26 def delegate(method, *args) forward(method, *args) or forward(:on_unhandled, method, *args) end