class Serialized
Definitions
def last_output
This a final output that then writes to an IO object.
Implementation
def last_output
self
end
class Serialized
def last_output
This a final output that then writes to an IO object.
def last_output
self
end