# File lib/spec/runner/options.rb, line 250 def formatter_options @formatter_options ||= OpenStruct.new( :colour => colour, :autospec => autospec, :dry_run => dry_run ) end