Description
JRuby does not support stat.dev over 64 bit archs (according to the jruby channel, the ffi glue is compiled for 32 bits).
As a result, this exception is thrown:
stat.st_dev unsupported on this platform
We want to catch this error when thrown and use an alternate way of moving files in that case: copying then deleting them.