Method: When::CalendarNote::ChineseSolar#_normalize
- Defined in:
- lib/when_exe/region/chinese/notes.rb
#_normalize(args = [], options = {}) ⇒ Object
オブジェクトの正規化
213 214 215 216 |
# File 'lib/when_exe/region/chinese/notes.rb', line 213 def _normalize(args=[], ={}) @_all_keys ||= [%w(Year), %w(Month), %w(Week StemBranch SolarTerm Motsu)] super end |