Sha256: 5eaf964ef2a4cdf8e844417a301ed1fff38b5a03d8b4435fd27fc1597fe61e6d

Contents?: true

Size: 154 Bytes

Versions: 3

Compression:

Stored size: 154 Bytes

Contents

module BetweenTheSheets
  class Game
    module Rules
      module Bust
        class Consecutive < 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/bust/consecutive.rb
between_the_sheets-1.0.2 lib/between_the_sheets/game/rules/bust/consecutive.rb
between_the_sheets-1.0.1 lib/between_the_sheets/game/rules/bust/consecutive.rb