razum2um (Vlad Bokov)
- Login: razum2um
- Email: bokov.vlad@gmail.com
- Registered on: 05/11/2014
- Last sign in: 01/24/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
09/07/2017
-
06:55 AM Ruby Feature #13109: `using` in refinements is required to be physically placed before the refined method call
- matz (Yukihiro Matsumoto) wrote:
> There may be an idea to use refinement without explicit `using`. But that's out of the scope of this issue.
> ...
Very interesting, @Matz, please, could you refer to the issue of non-explicit `using`?
12/12/2015
-
04:30 PM Ruby Feature #8544: OpenURI should open 'file://' URIs
- I think the difference in #relative? #absolute? behaviour also points that absolute URI with "file://" should be "open"-able
~~~
> URI.parse('file:///root').absolute?
=> true
> ...
=> false
~~~