Sha256: 98402d164a48bcd9e6a0fc7d97a9df2213d3b7a85bcc7bd448f624c8e627e7a6
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 Bytes
Contents
# -*- compile-command: "rake t" -*- module Bioshogi module Analysis class TacticStat def call Dir.chdir(Bioshogi::ROOT.parent) do system "rg --sort path -g '*.kif' '戦法:.*,' lib/bioshogi/analysis > A→B→C戦法.txt" system "rg --sort path -g '*.kif' '囲い:.*,' lib/bioshogi/analysis > A→B→C囲い.txt" end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bioshogi-0.0.15 | lib/bioshogi/analysis/tactic_stat.rb |
bioshogi-0.0.14 | lib/bioshogi/analysis/tactic_stat.rb |