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