method
diff?
rails latest stable - Class:
FileOperations
diff?(new_content, path)public
No documentation available.
# File actionwebservice/setup.rb, line 547
def diff?(new_content, path)
return true unless File.exist?(path)
new_content != File.binread(path)
end