Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created August 18, 2014 17:08
Show Gist options
  • Save wjessop/fbce0f1e82ce5985abea to your computer and use it in GitHub Desktop.
Save wjessop/fbce0f1e82ce5985abea to your computer and use it in GitHub Desktop.
[2.1.2] ~ $ irb
2.1.2 :001 > require 'tmpdir'; puts "foo"; Dir.tmpdir { |dir| puts "bar" }
foo
=> "/var/folders/r7/kjzbwmx533b20hcf1_s9kc9c0000gn/T"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment