Can someone explain this code to me? More specifically the show method!
class Set def initialize(*a) @a=a end