Skip to content

Instantly share code, notes, and snippets.

@s2k
Created March 6, 2012 07:41

Revisions

  1. s2k renamed this gist Mar 6, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. s2k revised this gist Mar 6, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    [5] stephan@nibur ~ #ruby -e "puts CONFIG"
    [5] ... ~ #ruby -e "puts CONFIG"
    -e:1:in `<main>': uninitialized constant Object::CONFIG (NameError)
    [6] stephan@nibur ~ #ruby -e "puts require 'rbconfig'; puts CONFIG"
    [6] ... ~ #ruby -e "puts require 'rbconfig'; puts CONFIG"
    true
    -e:1:in `<main>': uninitialized constant Object::CONFIG (NameError)
  3. s2k created this gist Mar 6, 2012.
    5 changes: 5 additions & 0 deletions gistfile1.sh
    Original 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)