# File lib/relevance/tarantula/io_reporter.rb, line 12 def initialize(io) @io = io @results = Struct.new(:successes, :failures).new([], []) end