module Shoulda::Whenever
Constants
- VERSION
Public Instance Methods
schedule(task)
click to toggle source
# File lib/shoulda/whenever/schedule_matcher.rb, line 3 def schedule(task) ScheduleMatcher.new(task) end