# File lib/gettext/textdomain_group.rb, line 20 def add(textdomain) @textdomains.unshift(textdomain) unless @textdomains.include? textdomain end