colorbox (box color)
- Login: colorbox
- Registered on: 11/28/2022
- Last sign in: 11/28/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/28/2022
-
09:35 AM Ruby Misc #19155 (Closed): documentation of Pathname#join with absolute path
- Pathname#join ignores previous directory name before absolute path
Is this intentional?
```irb
irb(main):002:0> require 'pathname'
=> true
irb(main):003:0> Pathname('/foo').join('bar', 'baz')
=> #<Pathname:/foo/bar/baz>
irb(ma...