# File lib/evma/factory.rb, line 70
70:   def accept new_obj
71:     # don't bother calling Evma::Reactor.instance, since only Reactor can call accept
72:     Evma::Container.store @protocol_handler.new( new_obj )
73:   end