Skip to content

Instantly share code, notes, and snippets.

Created July 22, 2008 14:01
Show Gist options
  • Save anonymous/983 to your computer and use it in GitHub Desktop.
Save anonymous/983 to your computer and use it in GitHub Desktop.
Funny
puts "idiot"
ruby = File.join(archdir, config["RUBY_INSTALL_NAME"]+config['EXEEXT'])
unless File.exist?(ruby)
abort "#{ruby} is not found.\nTry `make' first, then `make test', please.\n"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment