lib/classes/difficulties/difficulty.rb in codebreakergem-0.1.12 vs lib/classes/difficulties/difficulty.rb in codebreakergem-0.1.13
- old
+ new
@@ -1,12 +1,12 @@
-# frozen_string_literal: true
-
-module Codebreakergem
- class Difficulty
- attr_reader :title, :order
- attr_accessor :attempts, :hints
-
- def initialize
- raise NotImplementedError
- end
- end
-end
+# frozen_string_literal: true
+
+module Codebreakergem
+ class Difficulty
+ attr_reader :title, :order
+ attr_accessor :attempts, :hints
+
+ def initialize
+ raise NotImplementedError
+ end
+ end
+end