Skip to content

Instantly share code, notes, and snippets.

@crossaidi
Created March 26, 2014 19:06
Show Gist options
  • Save crossaidi/9790856 to your computer and use it in GitHub Desktop.
Save crossaidi/9790856 to your computer and use it in GitHub Desktop.
Tempfile
Tempfile.open('temp') {|file| p file.path }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment