Method: When::CalendarNote::ShireWeek#_to_date_for_note

Defined in:
lib/when_exe/region/shire.rb

#_to_date_for_note(date) ⇒ Object

暦日を当該暦注計算用クラスに変換



181
182
183
184
# File 'lib/when_exe/region/shire.rb', line 181

def _to_date_for_note(date)
  date = When::Shire ^ date unless date.frame.label.to_s == 'Shire'
  date
end