Sha256: c32c6842057643e9475846734668d55f3aa7299fdc3349ad2a9adbfac095940a
Contents?: true
Size: 290 Bytes
Versions: 2
Compression:
Stored size: 290 Bytes
Contents
# frozen-string-literal: true module Bioshogi module Container class Fast include CoreMethods include PlayersMethods include SerializeMethods include ExecuteMethods def executor_class PlayerExecutor::WithoutAnalyzer end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bioshogi-0.0.15 | lib/bioshogi/container/fast.rb |
bioshogi-0.0.14 | lib/bioshogi/container/fast.rb |