Created
May 20, 2009 11:48
-
-
Save methodmissing/114763 to your computer and use it in GitHub Desktop.
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 characters
| 213-138-233-65:amqp lourens$ ruby -v | |
| ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9.5.1] | |
| 213-138-233-65:amqp lourens$ irb | |
| irb(main):001:0> Marshal.dump [] | |
| => "\004\b[\000" | |
| irb(main):002:0> exit | |
| 213-138-233-65:amqp lourens$ jirb | |
| irb(main):001:0> Marshal.load "\004\b[\000" | |
| => [] | |
| irb(main):002:0> exit | |
| 213-138-233-65:~ lourens$ ruby19 | |
| 213-138-233-65:~ lourens$ ruby -v | |
| ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-darwin9.5.1] | |
| 213-138-233-65:~ lourens$ irb | |
| irb(main):001:0> Marshal.load "\004\b[\000" | |
| => [] | |
| irb(main):002:0> exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment