# File lib/cgikit/delegate.rb, line 11
    def ask( method, context = nil )
      if delegate?(method)
        @delegate.context = context if context
        yield @delegate
      end
    end