class Protocol::HPACK::Huffman::Generator::Node::Transition

def initialize(emit, node)

def initialize(emit, node)
	@emit = emit
	@node = node
end