tatzyr (Tatsuya Otsuka)
- Login: tatzyr
- Email: towzero3@gmail.com
- Registered on: 07/22/2015
- Last sign in: 06/06/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 3 | 3 |
Activity
06/02/2023
- 01:46 AM Ruby master Feature #19706 (Third Party's Issue): Make JSON.[] support ARGF object
- **Abstract**
I propose to extend the `JSON.[]` method in the `json` standard library to support `ARGF` object direct...
11/22/2015
- 02:14 AM Ruby master Bug #11729 (Closed): String#split(nil) incorrectly uses $;
- Hi,
Is this intentional?
```
$; = "@"
"a@b".split(nil) # => ["a", "b"]
```
I expect `["a@b"]` because I f...
07/22/2015
- 12:53 PM Ruby master Bug #11387 (Closed): String#force_encoding と String#reverse の後にSEGV
- 以下のコードでSEGVします。
```ruby
broken_str = "abcd\xf0"
broken_str.force_encoding("utf-8").reverse
p broken_str.reverse...
Also available in: Atom