# File lib/em/protocols/socks4.rb, line 35
      def restore_methods
        class << self
          remove_method :post_init
          remove_method :receive_data
        end
      end