# File lib/json/editor.rb, line 167 167: def recursive_each(&block) 168: yield self 169: each do |i| 170: i.recursive_each(&block) 171: end 172: end