class SyntaxTree::YARV::InstructionSequence::CatchRetry
Public Instance Methods
Source
# File lib/syntax_tree/yarv/instruction_sequence.rb, line 564 def to_a [:retry, nil, begin_label.name, end_label.name, exit_label.name] end
# File lib/syntax_tree/yarv/instruction_sequence.rb, line 564 def to_a [:retry, nil, begin_label.name, end_label.name, exit_label.name] end