# File lib/gettext/textdomain.rb, line 159 def same_property?(name, topdir, locale) @name == name and @topdir == topdir and @current_locale == locale end