Class: Slave::LifeLine
- Inherits:
-
Object
- Object
- Slave::LifeLine
- Defined in:
- ext/slave.rb
Instance Method Summary collapse
Instance Method Details
#cling(&b) ⇒ Object
10 11 12 |
# File 'ext/slave.rb', line 10 def cling &b on_cut{ b.call if b }.join end |