Method: Kernel#with
- Defined in:
- lib/with_resources/kernel_ext.rb
#with(alloc, &block) ⇒ Object
4 5 6 |
# File 'lib/with_resources/kernel_ext.rb', line 4 def with(alloc, &block) WithResources.with(alloc, &block) end |
4 5 6 |
# File 'lib/with_resources/kernel_ext.rb', line 4 def with(alloc, &block) WithResources.with(alloc, &block) end |