Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created May 20, 2009 11:48
Show Gist options
  • Select an option

  • Save methodmissing/114763 to your computer and use it in GitHub Desktop.

Select an option

Save methodmissing/114763 to your computer and use it in GitHub Desktop.
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