51 52 53
# File 'lib/clockwork/at.rb', line 51 def == other @min == other.min && @hour == other.hour && @wday == other.wday end