Method: NoSE::Proxy::MysqlProxy#initialize

Defined in:
lib/nose/proxy/mysql.rb

#initialize(*args) ⇒ MysqlProxy

Returns a new instance of MysqlProxy.



9
10
11
12
13
14
# File 'lib/nose/proxy/mysql.rb', line 9

def initialize(*args)
  super

  # Initialize a hash for the state of sockets
  @state = {}
end