# File lib/i18n/locale/tag/parents.rb, line 5 def parent @parent ||= begin segs = to_a.compact segs.length > 1 ? self.class.tag(*segs[0..(segs.length-2)].join('-')) : nil end end
# File lib/i18n/locale/tag/parents.rb, line 16 def parents @parents ||= ([parent] + (parent ? parent.parents : [])).compact end
# File lib/i18n/locale/tag/parents.rb, line 12 def self_and_parents @self_and_parents ||= [self] + parents end
[Validate]
Generated with the Darkfish Rdoc Generator 2.