# File lib/cgikit/delegate.rb, line 7 def delegate?( method ) @delegate and @delegate.respond_to?(method) end