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