public Method

FileUtils.fu_stat_identical_entry?(a, b)

There's no documentation for this item.

Source Code

# File fileutils.rb, line 741
def fu_stat_identical_entry?(a, b)   #:nodoc:
  a.dev == b.dev and a.ino == b.ino
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.