# File lib/handler/adapter.rb, line 73 def forward(method, *args) (@handler.__send__(method, *args); true) if @handler.respond_to? method end