lib/codebreaker/output.rb in codebreaker_kub-0.1.9 vs lib/codebreaker/output.rb in codebreaker_kub-0.2.1

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Codebreaker class Output attr_reader :stats def initialize I18n.load_path << Dir[File.expand_path(File.join(File.dirname(__FILE__), 'data/locales/')) + '/*.yml']