# File frankenstein_driver.rb, line 366 def initialize(host="localhost",port=5678) @test_reporter = TestReporter.new @host = host @port = port end