Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/taco_tuesday/date.rb
Instance Method Summary collapse
- #taco_tuesday? ⇒ Boolean (also: #🌮?)
Instance Method Details
#taco_tuesday? ⇒ Boolean Also known as: 🌮?
4 5 6 |
# File 'lib/taco_tuesday/date.rb', line 4 def taco_tuesday? tuesday? end |