module Zakuro::Gihou::Solar::Adjustment
Adjustment
24気損益眺朒(ちょうじく)数
Constants
- MAP
@return [Array<Row>] 24気損益眺朒(ちょうじく)数
Public Class Methods
specify(index:)
click to toggle source
24気損益眺朒(ちょうじく)数の行データを特定する
@param [Integer] index 連番(二十四節気)
@return [Row] 行データ
# File lib/zakuro/version/gihou/stella/solar/adjustment.rb, line 86 def self.specify(index:) key = Cycle::SolarTerm::ORDER[index] Adjustment::MAP[key].clone end