Mega Code Archive

 
Categories / Ruby / Development
 

Marshal a string

puts Marshal.load(Marshal.dump(%w{this is a test}))