class EventMachine::Synchrony::Mechanize

def initialize(*args, &blk)

def initialize(*args, &blk)
  super
  @agent.instance_variable_get(:@http).singleton_class.send(:include, DeferedNetHttpPersistentRequest)
end