Sha256: a48947d79984a68d33d92e69822fb6f926d40124924e30c604c9e08894a4e95c

Contents?: true

Size: 123 Bytes

Versions: 1

Compression:

Stored size: 123 Bytes

Contents

# frozen_string_literal: true

require_relative "./has_cards"

module FiftyTwo
  class Hand
    include HasCards
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fiftytwo-0.0.1 lib/fiftytwo/hand.rb