ConsoleSourceConsoleOutputNull

class Null

A null output that does nothing.

Definitions

def initialize(...)

Create a new null output.

Implementation

def initialize(...)
end

def last_output

The last output is always self.

Implementation

def last_output
	self
end

def call(...)

Do nothing.

Implementation

def call(...)
end