class Tryouts::CLI::QuietFormatter
def initialize(options = {})
def initialize(options = {}) @show_errors = options.fetch(:show_errors, true) @show_final_summary = options.fetch(:show_final_summary, true) @current_file = nil end
def initialize(options = {}) @show_errors = options.fetch(:show_errors, true) @show_final_summary = options.fetch(:show_final_summary, true) @current_file = nil end