britto (João Britto)
- Login: britto
- Email: jabcalves@gmail.com
- Registered on: 03/31/2015
- Last sign in: 01/21/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/01/2015
-
12:02 AM Ruby Bug #11021 (Closed): FileUtils.mv displays the wrong destination when Errno::EEXIST is raised
- Suppose we have the following directory structure:
~~~
$ cd /tmp
$ mkdir -p ruby/a
$ mkdir ruby/a/b
$ mkdir ruby/b
$ tree ruby
ruby
├── a
│ └── b
└── b
3 directories, 0 files
~~~
When we try to move `b` inside `a`, t...