tatzyr (Tatsuya Otsuka)
- Login: tatzyr
- Email: towzero3@gmail.com
- Registered on: 07/22/2015
- Last connection: 01/21/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
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