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