KonaBlend (Kona Blend)
- Login: KonaBlend
- Registered on: 09/20/2017
- Last sign in: 10/19/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
09/25/2017
-
06:47 PM Ruby Feature #13923: Idiom to release resources safely, with less indentations
- shyouhei (Shyouhei Urabe) wrote:
> We looked at this issue in a developer meeting today and nobu's library solution written in comment #7 was popular there.
> ...
fwiw, combined with new #12906, comment #7 makes me happy.
09/20/2017
-
04:01 PM Ruby Feature #13923: Idiom to release resources safely, with less indentations
- maybe new keyword **defer** which simply builds an array of blocks to be called at end of scope;
specifically immediately before **end** of **ensure** section;
i.e. if there is ensure code then defer underlying support should come afte...