Class | Delayed::DelayProxy |
In: |
lib/delayed/message_sending.rb
|
Parent: | ActiveSupport::BasicObject |
# File lib/delayed/message_sending.rb, line 3 3: def initialize(target, options) 4: @target = target 5: @options = options 6: end