require "set" puts Marshal.load(Marshal.dump(Set.new([1, 2, 3])))
puts Marshal.load(Marshal.dump(%w{this is a test}))