Sha256: c45f99a58653f4f32ea5d5ec67c0572f8053e8613422deca08ead1fe194feb39
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
module Codebreaker module Difficulties class Easy < Base def type DifficultyType::EASY end def attempts 15 end def hints 2 end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cb-core-0.1.6 | lib/codebreaker/difficulties/easy.rb |