lib/classes/difficulties/easy.rb in codebreakergem-0.1.12 vs lib/classes/difficulties/easy.rb in codebreakergem-0.1.13

- old
+ new

@@ -1,12 +1,12 @@ -# frozen_string_literal: true - -module Codebreakergem - class Easy < Difficulty - def initialize - @title = 'Easy' - @attempts = 15 - @hints = 2 - @order = 3 - end - end -end +# frozen_string_literal: true + +module Codebreakergem + class Easy < Difficulty + def initialize + @title = 'Easy' + @attempts = 15 + @hints = 2 + @order = 3 + end + end +end