Sha256: 9790a2414dbbba3a3430ad71afe23edc9327a2cc84f93a2a37e9cc659430abb6
Contents?: true
Size: 192 Bytes
Versions: 7
Compression:
Stored size: 192 Bytes
Contents
# frozen_string_literal: true module Codebreakergem class Hell < Difficulty def initialize @title = 'Hell' @attempts = 5 @hints = 1 @order = 1 end end end
Version data entries
7 entries across 7 versions & 1 rubygems