class Sus::Output::Structured

def initialize(io, identity = nil)

def initialize(io, identity = nil)
	@io = io
	@identity = identity
end