class SyntaxTree::YARV::InstructionSequence::CatchRedo

def to_a

def to_a
  [:redo, nil, begin_label.name, end_label.name, exit_label.name]
end