Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
fu_stat_identical_entry?(a, b)
public
No documentation available.
# File lib/bundler/vendor/fileutils/lib/fileutils.rb, line 674
def fu_stat_identical_entry?(a, b) #:nodoc:
a.dev == b.dev and a.ino == b.ino
end