Method: Cond::SymbolGenerator.recycle
- Defined in:
- lib/cond/symbol_generator.rb
.recycle(syms) ⇒ Object
24 25 26 27 28 |
# File 'lib/cond/symbol_generator.rb', line 24 def recycle(syms) @mutex.synchronize { @recycled.concat(syms) } end |