class Codebreakergem::Hell
Public Class Methods
new()
click to toggle source
# File lib/classes/difficulties/hell.rb, line 5 def initialize @title = 'Hell' @attempts = 5 @hints = 1 @order = 1 end
# File lib/classes/difficulties/hell.rb, line 5 def initialize @title = 'Hell' @attempts = 5 @hints = 1 @order = 1 end