uptodate?

uptodate?(new, old_list)
Class Public methods

Options: (none)

Returns true if newer is newer than all old_list. Non-existent files are older than any file.

FileUtils.uptodate?('hello.o', %w(hello.c hello.h)) or \
    system 'make hello.o'
doc_ruby_on_rails
2015-04-06 20:45:46
Comments
Leave a Comment

Please login to continue.