Flowdock
fu_same?(a, b) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/fileutils.rb, line 1593
  def fu_same?(a, b)   #:nodoc:
    File.identical?(a, b)
  end
Register or log in to add new notes.