Sha256: c660a658ca26aee0bf5b9521974a9de12e9a9e9ec88ab92b63fdee102efbd754
Contents?: true
Size: 315 Bytes
Versions: 7
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true # :nodoc: module Zakuro # :nodoc: module Calculation # :nodoc: module Monthly # # Const 定数 # module Const # @return [Array<String>] 月内の弦 PHASE_INDEXES = %w[朔日 上弦 望月 下弦].freeze end end end end
Version data entries
7 entries across 7 versions & 1 rubygems