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