Skip to content

Instantly share code, notes, and snippets.

@no-reply
Created October 16, 2014 13:55
Show Gist options
  • Save no-reply/a67c7a4db852a509ec4f to your computer and use it in GitHub Desktop.
Save no-reply/a67c7a4db852a509ec4f to your computer and use it in GitHub Desktop.
require 'mime/type' #=> NameError: uninitialized constant MIME
require 'mime' # works fine, but then `Mime` exists and `MIME` does not
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment