# File lib/osxwatcher.rb, line 88
    def file_extension(file)
      file =~ /\.(\w+)$/ and $1
    end