There's no documentation for this item.
# File fileutils.rb, line 741 def fu_stat_identical_entry?(a, b) #:nodoc: a.dev == b.dev and a.ino == b.ino end
<code/>
<pre/>
<code/>and<pre/>for code samples.