class Rubycritic::SourceControlSystem::Git

def date_of_last_commit(path)

def date_of_last_commit(path)
  `git log -1 --date=iso --format=%ad #{path.shellescape}`.chomp!
end