class Rufus::AtJob

def initialize (scheduler, at, at_id, params, &block)

def initialize (scheduler, at, at_id, params, &block)
  super(scheduler, at_id, params, &block)
  @at = at
end