Class: Cond::CondPrivate::HandlingSection
- Inherits:
-
CodeSection
- Object
- CodeSection
- Cond::CondPrivate::HandlingSection
- Defined in:
- lib/cond.rb
Overview
:nodoc:
Instance Method Summary collapse
- #handle(sym, message, &block) ⇒ Object
-
#initialize(&block) ⇒ HandlingSection
constructor
A new instance of HandlingSection.
Methods inherited from CodeSection
Methods included from SymbolGenerator
Constructor Details
#initialize(&block) ⇒ HandlingSection
Returns a new instance of HandlingSection.
313 314 315 |
# File 'lib/cond.rb', line 313 def initialize(&block) super(:with_handlers, &block) end |