# File alientaglist.rb, line 16 def initialize(taglist_string="") super() string_to_taglist(taglist_string) if taglist_string != "" end