Created
March 6, 2012 07:41
Revisions
-
s2k renamed this gist
Mar 6, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
s2k revised this gist
Mar 6, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ [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) -
s2k created this gist
Mar 6, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ [5] stephan@nibur ~ #ruby -e "puts CONFIG" -e:1:in `<main>': uninitialized constant Object::CONFIG (NameError) [6] stephan@nibur ~ #ruby -e "puts require 'rbconfig'; puts CONFIG" true -e:1:in `<main>': uninitialized constant Object::CONFIG (NameError)