Method: Clockwork::At#==

Defined in:
lib/clockwork/at.rb

#==(other) ⇒ Object


51
52
53
# File 'lib/clockwork/at.rb', line 51

def == other
  @min == other.min && @hour == other.hour && @wday == other.wday
end