class Caffeinate::ActionProxy::DeliveryMethod

Public Instance Methods

deliver!(action) click to toggle source
# File lib/caffeinate/action_proxy.rb, line 45
def deliver!(action)
  # implement this if you want to
end