bogdanvlviv (Bogdan Denkovych)
- Login: bogdanvlviv
- Registered on: 08/23/2016
- Last sign in: 10/29/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 3 | 3 |
Activity
09/26/2020
- 04:02 PM Ruby master Revision cdb5258b (git): Fix `ENV.except`'s docs
- 11:18 AM Ruby master Feature #15831: Add `Array#extract`, `Hash#extract`, and `ENV.extract`
- I'm wondering to know whether use-cases, mentioned in https://bugs.ruby-lang.org/issues/15831#note-9, are good enough...
07/25/2019
- 12:16 PM Ruby master Bug #16020 (Rejected): Forbid `if` `elsif` without a condition
- Hello.
I might have missed something, but examples like:
```ruby
if
puts "!!!!1"
elsif
puts "!!!!2"
elsi...
05/24/2019
- 10:39 AM Ruby master Feature #15831: Add `Array#extract`, `Hash#extract`, and `ENV.extract`
- > I also concern about the name conflict with the ActiveSupport method.
I guess this comment addressed https://bug...
05/22/2019
- 08:19 PM Ruby master Feature #15863: Add `Hash#slice!` and `ENV.slice!`
- > Let me see the real-world use-case, please.
Since proposed `Hash#slice!` method is the same as `Hash#extract!` f... - 09:52 AM Ruby master Feature #15831: Add `Array#extract`, `Hash#extract`, and `ENV.extract`
- matz (Yukihiro Matsumoto) wrote:
> I don't think we have seen the use-case that this method is absolutely necessary....
05/19/2019
- 09:54 PM Ruby master Misc #15782: DevelopersMeeting20190522Japan
- * [Feature #15863] Add `Hash#slice!` and `ENV.slice!`(bogdanvlviv)
* I would like to discuss these methods(name, b... - 06:54 PM Ruby master Feature #15863 (Rejected): Add `Hash#slice!` and `ENV.slice!`
- ## Add `Hash#slice!`
In https://bugs.ruby-lang.org/issues/8499 we added `Hash#slice`.
`Hash#slice!` removes and...
05/18/2019
- 02:45 PM Ruby master Feature #15831: Add `Array#extract`, `Hash#extract`, and `ENV.extract`
- I just changed the implementation of `Hash#extract` and `ENV::extract` as it's described in the previous note https:/...
05/14/2019
- 09:24 PM Ruby master Feature #15831: Add `Array#extract`, `Hash#extract`, and `ENV.extract`
- nobu (Nobuyoshi Nakada) wrote:
> Why `Array#extract` has no argument but takes a block, while `Hash` and `ENV` are o...
Also available in: Atom