# File lib/active_support/vendor/i18n-0.4.1/i18n/locale/tag/parents.rb, line 14
        def self_and_parents
          @self_and_parents ||= [self] + parents
        end