# File lib/em-twitter/client.rb, line 117 def respond_to?(method, include_private=false) @connection.respond_to?(method, include_private) || super(method, include_private) end