# File alientaglist.rb, line 43 def filter(filter) tl = AlienTagList.new self.each do |ele| if ele.tag =~ filter tl.add_tag(ele) end end return tl end