Array Ruby

tue = [ "shop", "eat", "sleep" ]
wed = [ "shop", "eat", "read", "sleep" ]
wed - tue # => ["read"]