# File lib/em/protocols/socks4.rb, line 28 28: def setup_methods 29: class << self 30: def post_init; socks_post_init; end 31: def receive_data(*a); socks_receive_data(*a); end 32: end 33: end