role Pet { has $.collar = Collar.new(Tag.new); method id () { return $.collar.tag } method lose_collar () { undefine $.collar } }