TheSmartnik (Nikita Misharin)
- Login: TheSmartnik
- Registered on: 11/07/2017
- Last sign in: 06/26/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 1 | 2 |
Activity
06/29/2020
-
01:49 PM Ruby Bug #16988: Kernel.load loads file from current directory without '.' in path
- nobu (Nobuyoshi Nakada) wrote in #note-1:
> I don’t this is an implementation bug, but a documentation issue.
Shouldn't behavior be consistent with require, though?
06/26/2020
-
06:08 PM Ruby Bug #16988 (Closed): Kernel.load loads file from current directory without '.' in path
- Ruby allows to load files using ```Kernel.load``` without explicitly specifying the relative path with ```.``` I'm not sure it's a bug or a feature, but since documentation in master doesn't say anything about it and the behavior differs...
11/08/2017
-
11:46 AM Ruby Feature #14092 (Open): Add extension key argument to Tempfile
- I don't work with Tempfile often, but every time I do, I get surprised by an obscure way to pass an extension to file name.
You have to pass array, where first element is a file name and a second is a file extension *(starting with a do...