# File lib/turn/reporter.rb, line 20 def initialize(io, opts={}) @io = io || $stdout @trace = opts[:trace] @natural = opts[:natural] @verbose = opts[:verbose] @mark = opts[:mark].to_i end