General

Profile

britto (João Britto)

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...
britto (João Britto)

Also available in: Atom