Skip to content

Instantly share code, notes, and snippets.

@seth
Created September 16, 2010 16:28
Show Gist options
  • Select an option

  • Save seth/582709 to your computer and use it in GitHub Desktop.

Select an option

Save seth/582709 to your computer and use it in GitHub Desktop.
if RUBY_VERSION == "1.9.2"
require 'open3'
else
require 'win32/open3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment