Skip to content

Instantly share code, notes, and snippets.

@s2k
Created March 6, 2012 07:41
Show Gist options
  • Save s2k/1984737 to your computer and use it in GitHub Desktop.
Save s2k/1984737 to your computer and use it in GitHub Desktop.
Requiring 'rbconfig' doesn't seem to create a constant CONFIG
[5] ... ~ #ruby -e "puts CONFIG"
-e:1:in `<main>': uninitialized constant Object::CONFIG (NameError)
[6] ... ~ #ruby -e "puts require 'rbconfig'; puts CONFIG"
true
-e:1:in `<main>': uninitialized constant Object::CONFIG (NameError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment