class Console::Output::Null

def call(...)

def call(...)
	# Do nothing.
end

def initialize(...)

def initialize(...)
end

def last_output

def last_output
	self
end