lib/classes/difficulties/hell.rb in codebreakergem-0.1.12 vs lib/classes/difficulties/hell.rb in codebreakergem-0.1.13
- old
+ new
@@ -1,12 +1,12 @@
-# frozen_string_literal: true
-
-module Codebreakergem
- class Hell < Difficulty
- def initialize
- @title = 'Hell'
- @attempts = 5
- @hints = 1
- @order = 1
- end
- end
-end
+# frozen_string_literal: true
+
+module Codebreakergem
+ class Hell < Difficulty
+ def initialize
+ @title = 'Hell'
+ @attempts = 5
+ @hints = 1
+ @order = 1
+ end
+ end
+end