# File lib/twitter.rb, line 20 def respond_to?(method_name, include_private=false); client.respond_to?(method_name, include_private) || super; end