Sha256: 1406ffd6fcc0c25634183317bb99a1de49915d436f519fdfd28947d8d5d7ff41
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
module Codebreaker class Difficulty attr_reader :type, :attempts, :hints def initialize(type, attempts, hints) @type = type @attempts = attempts @hints = hints end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cb-core-0.1.8 | lib/codebreaker/difficulty.rb |
cb-core-0.1.7 | lib/codebreaker/difficulty.rb |