class Time

Public Instance Methods

taco_tuesday?() click to toggle source
# File lib/taco_tuesday/time.rb, line 4
def taco_tuesday?
  tuesday?
end
Also aliased as: 🌮?
🌮?()
Alias for: taco_tuesday?