# File lib/merb-core/dispatch/router/behavior.rb, line 51
        def respond_to?(*args)
          super || @behaviors.last.respond_to?(*args)
        end