class WWW::Mechanize::List

def respond_to?(method_sym)

def respond_to?(method_sym)
  first.respond_to?(method_sym)
end