class SyntaxTree::YARV::InstructionSequence::CatchEnsure

def to_a

def to_a
  [
    :ensure,
    iseq.to_a,
    begin_label.name,
    end_label.name,
    exit_label.name
  ]
end