Module: JapaneseCalendar::Weekday::Deprecator

Includes:
Deprecator
Included in:
JapaneseCalendar::Weekday
Defined in:
lib/japanese_calendar/weekday/deprecator.rb

Instance Method Summary collapse

Instance Method Details

#strftime(format) ⇒ Object



17
18
19
20
21
# File 'lib/japanese_calendar/weekday/deprecator.rb', line 17

def strftime(format)
  deprecations = collect_weekday_deprecations(format)
  deprecations.each { |deprecation| deprecate(*deprecation) }
  super(format)
end