# File lib/eventmachine.rb, line 1432
1432:   def self.enable_proxy(from, to)
1433:     EM::start_proxy(from.signature, to.signature)
1434:   end