# File lib/i18n/locale/tag/parents.rb, line 5
5: def parent
6: @parent ||= begin
7: segs = to_a.compact
8: segs.length > 1 ? self.class.tag(*segs[0..(segs.length-2)].join('-')) : nil
9: end
10: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.