Method: Janeway::Interpreter#push

Defined in:
lib/janeway/interpreter.rb

#push(node) ⇒ Object

Append an interpreter onto the end of the pipeline

Parameters:



52
53
54
# File 'lib/janeway/interpreter.rb', line 52

def push(node)
  @pipeline.last.next = node
end