Class: Backgrounded::Handler::NoOpHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/backgrounded/handler/no_op_handler.rb

Overview

throw requests out the window useful for test environment to avoid any background work

Instance Method Summary collapse

Instance Method Details

#request(object, method, args, options = {}) ⇒ Object



6
7
8
# File 'lib/backgrounded/handler/no_op_handler.rb', line 6

def request(object, method, args, options={})
  # do nothing
end