Class: Burner::Library::Nothing

Inherits:
Job
  • Object
show all
Defined in:
lib/burner/library/nothing.rb

Overview

Do nothing.

Note: this does not use Payload#registers.

Instance Attribute Summary

Attributes inherited from Job

#name

Instance Method Summary collapse

Methods inherited from Job

#initialize

Methods included from Util::Arrayable

#array

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