Skip to content

Instantly share code, notes, and snippets.

@328
Created July 26, 2016 04:41
Show Gist options
  • Save 328/af91695e45acd64fc64ab4e4a5d2a8db to your computer and use it in GitHub Desktop.
Save 328/af91695e45acd64fc64ab4e4a5d2a8db to your computer and use it in GitHub Desktop.
mime type check script for ruby
require 'shared-mime-info'
path = 'hoge.xls'
p MIME.check_magics(path) #'application/x-ole-storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment