long_long_float (kazuki niimi)
- Login: long_long_float
- Registered on: 08/21/2014
- Last sign in: 09/13/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
09/14/2018
-
05:28 AM Ruby Bug #14364: Regexp last match variable in procs
- This may be a specification. [This](https://docs.ruby-lang.org/ja/latest/method/Kernel/v/=7e.html)(it's written in japanese) page says `$~` is local scope and thread local.
The following code describes this behavior. The `a` can be re...
09/13/2018
-
07:43 AM Ruby Bug #11984: DateTime.parse can parse invalid datetime string
- Is it a specification? When you pass 'fg4534253dd' to `DateTime#parse`, [`parse_ddd`](https://github.com/ruby/ruby/blob/480a21f435d2917190c087206bbffbd3d532824a/ext/date/date_parse.c#L1894) is called. It doesn't parse from begin of strin...
-
05:44 AM Ruby Feature #4475: default variable name for parameter
- I have one idea. We can use `\it` (backslash-it) or `\1` instead of `it`. `\1` means the first argument and `\n` refers `n`th argument.
`\`-something is not used, but `\` means line continuation.