Sha256: e2c831003481e860d9f5c54bb59efc3b65a44dda5e9753cb6f2c8de9df3410eb

Contents?: true

Size: 147 Bytes

Versions: 3

Compression:

Stored size: 147 Bytes

Contents

module BetweenTheSheets
  class Game
    module Rules
      module Win
        class Joker < StandardError
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
between_the_sheets-1.0.4 lib/between_the_sheets/game/rules/win/joker.rb
between_the_sheets-1.0.2 lib/between_the_sheets/game/rules/win/joker.rb
between_the_sheets-1.0.1 lib/between_the_sheets/game/rules/win/joker.rb