Sha256: 91d9bc14300013f02302eddd3d5abd8f6427c606cba99e92dbcace540ccc068b
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 Bytes
Contents
# frozen-string-literal: true module Bioshogi module Analysis class StyleInfo include ApplicationMemoryRecord memory_record [ { key: "王道", segment: :majority, }, { key: "準王道", segment: :majority, }, { key: "準変態", segment: :minority, }, { key: "変態", segment: :minority, }, ] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bioshogi-0.0.15 | lib/bioshogi/analysis/style_info.rb |
bioshogi-0.0.14 | lib/bioshogi/analysis/style_info.rb |