Hi, what's the opposite the concatenate sign << ? For example I want to do the opposite of what the following piece of code does........... player.in_squad = player.in_squad << team This ads a player to the team. From this syntax, what must I change to take a player from the team? -- Posted via http://www.ruby-forum.com/.