class EventMachine::Synchrony::Mechanize

Public Class Methods

new(*args, &blk) click to toggle source
Calls superclass method
# File lib/em-synchrony/mechanize.rb, line 6
def initialize(*args, &blk)
  super
  @agent.instance_variable_get(:@http).singleton_class.send(:include, DeferedNetHttpPersistentRequest)
end