Class: RDG::Control::Retry

Inherits:
JumpToStart show all
Defined in:
lib/rdg/control/retry.rb

Instance Method Summary collapse

Methods inherited from JumpToStart

#new_successors

Methods inherited from Jump

#analyse

Methods inherited from Analysis::Analyser

#initialize, register_analyser, register_default_analyser

Constructor Details

This class inherits a constructor from RDG::Analysis::Analyser

Instance Method Details

#block_typesObject



8
9
10
# File 'lib/rdg/control/retry.rb', line 8

def block_types
  %i(rescue)
end