General

Profile

razum2um (Vlad Bokov)

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`?
razum2um (Vlad Bokov)

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
~~~
razum2um (Vlad Bokov)

Also available in: Atom