Method: Console::Output::Serialized#last_output

Defined in:
lib/console/output/serialized.rb

#last_outputObject

This a final output that then writes to an IO object.



25
26
27
# File 'lib/console/output/serialized.rb', line 25

def last_output
	self
end