Skip to content

Instantly share code, notes, and snippets.

Created June 11, 2012 09:39
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 anonymous/94228d284ae1276b7f1c to your computer and use it in GitHub Desktop.
Save anonymous/94228d284ae1276b7f1c to your computer and use it in GitHub Desktop.
puts "2. Kernel#system"
success = system(RUBY, "-r", THIS_FILE, "-e", 'hello("system()", false)')
puts "[parent] success: #{success}"
puts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment