Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created March 19, 2013 13:10
Show Gist options
  • Save jcoyne/5195978 to your computer and use it in GitHub Desktop.
Save jcoyne/5195978 to your computer and use it in GitHub Desktop.
2.0.0-p0 :006 > str
=> "fällen"
2.0.0-p0 :007 > m = Marshal.dump(str)
=> "\x04\bI\"\ff\xC3\xA4llen\x06:\x06ET"
2.0.0-p0 :008 > Marshal.load(m)
=> "fällen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment