sanfrecce-osaka (Masatoshi Moritsuka)
- Login: sanfrecce-osaka
- Registered on: 01/20/2026
- Last sign in: 01/20/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
02/01/2026
-
11:56 PM Ruby Feature #21857 (Assigned): Introduce to_proc pattern
- When object has some logics, we can use `&object` syntax with Enumerable or Array, etc.
```ruby
users.any?(&:admin?)
```
There are some times when I want to write pattern matching similar to the syntax, but currently we either ha...
12/29/2024
-
11:00 AM Ruby Revision 3650f246 (git): [ruby/irb] Fix broken `history` command with -g
- (https://github.com/ruby/irb/pull/1057)
Local variable `grep` was always nil because the regular expression parsing options contained an unnecessary `\n`. `test_history_grep` did not detect this because it only asserted what was include...
09/24/2024
-
10:06 PM Ruby Revision 6b46060f (git): doc: Remove description of experimental warnings related pattern matching from documentation
- Ruby 3.2.0 has been released and all experimental warnings about pattern matching have been removed.
Experimental warnings about pattern matching are no longer output, so I remove description about it from documentation as well.
cf. htt...