module HashDigx

Public Instance Methods

digx( a) click to toggle source
# File lib/line-tree.rb, line 11
def digx( a)

  self.dig a[0], *a[1..-1].flat_map {|x| [:body, x]}

end