Method: When::CalendarNote::WorldWeek#_to_date_for_note

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

#_to_date_for_note(date) ⇒ Object

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



143
144
145
146
# File 'lib/when_exe/region/world.rb', line 143

def _to_date_for_note(date)
  date = When::World ^ date unless date.frame.equal?(When::World)
  date
end