Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Created September 24, 2010 19:40
Show Gist options
  • Save ivanoats/595905 to your computer and use it in GitHub Desktop.
Save ivanoats/595905 to your computer and use it in GitHub Desktop.
latest = Dir.glob("*.sql").reduce do |memo,file|
File.mtime(memo) > File.mtime(file) ? memo : file
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment