Method: Cond::RestartableSection#initialize
- Defined in:
- lib/cond/restartable_section.rb
#initialize(&block) ⇒ RestartableSection
Returns a new instance of RestartableSection.
4 5 6 |
# File 'lib/cond/restartable_section.rb', line 4 def initialize(&block) super(:with_restarts, &block) end |