# File lib/em-twitter/client.rb, line 112
      def method_missing(method, *args, &block)
        return super unless @connection.respond_to?(method)
        @connection.send(method, *args, &block)
      end