akash (Akash Gupta)
- Login: akash
- Registered on: 08/14/2019
- Last sign in: 08/14/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
08/14/2019
-
06:09 PM Ruby Feature #16104: Introduce merge_if and merge_if!
- akash (Akash Gupta) wrote:
> The method `merge_if` / `merge_if!` will merge the passed hash in parameter only if the block evaluates to true, otherwise not. Similar to `count` method with a block.
For ex:
`a = {a: 'Apple'}`
`a.... -
06:07 PM Ruby Feature #16104 (Open): Introduce merge_if and merge_if!
- The method `merge_if` / `merge_if` will merge the passed hash in parameter only if the block evaluates to true, otherwise not. Similar to `count` method with a block.