Class: Burner::Library::Nothing
- Defined in:
- lib/burner/library/nothing.rb
Overview
Do nothing.
Note: this does not use Payload#registers.
Instance Attribute Summary
Attributes inherited from Job
Instance Method Summary collapse
Methods inherited from Job
Methods included from Util::Arrayable
Constructor Details
This class inherits a constructor from Burner::Job
Instance Method Details
#perform(_output, _payload) ⇒ Object
16 |
# File 'lib/burner/library/nothing.rb', line 16 def perform(_output, _payload); end |