class SyntaxTree::YARV::Decompiler

def initialize(iseq)

def initialize(iseq)
  @iseq = iseq
  @block_label = BlockLabel.new("__block_label")
end