Skip to content

Instantly share code, notes, and snippets.

@lxcodes
Created April 25, 2014 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lxcodes/11300794 to your computer and use it in GitHub Desktop.
Save lxcodes/11300794 to your computer and use it in GitHub Desktop.
TempFile Missing Constant
$ pry
[1] pry(main)> require 'tempfile'
=> false
[2] pry(main)> TempFile.new
NameError: uninitialized constant TempFile
from (pry):2:in `__pry__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment