Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/holiday_japan.rb

Overview

compatible with Funaba-san's holiday.rb

Instance Method Summary collapse

Instance Method Details

#national_holiday?Boolean

Returns:

  • (Boolean)


216
217
218
# File 'lib/holiday_japan.rb', line 216

def national_holiday?
  HolidayJapan.name(self) ? true : false
end