Test::Unit::TestCase
# File test.rb, line 413
413: def setup()
414: @host, @user, @pass, db, port, sock, flag = ARGV
415: @db = db || "test"
416: @port = port.to_i
417: @sock = sock.nil? || sock.empty? ? nil : sock
418: @flag = flag.to_i
419: @m = Mysql.new(@host, @user, @pass, @db, @port, @sock, @flag)
420: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.