class SyntaxTree::YARV::InstructionSequence::CatchEnsure
Public Instance Methods
Source
# File lib/syntax_tree/yarv/instruction_sequence.rb, line 528 def to_a [ :ensure, iseq.to_a, begin_label.name, end_label.name, exit_label.name ] end
# File lib/syntax_tree/yarv/instruction_sequence.rb, line 528 def to_a [ :ensure, iseq.to_a, begin_label.name, end_label.name, exit_label.name ] end