# File lib/cft/puppet/digest.rb, line 51 def obj_seen?(type, name) before.find_obj(type, name) || after.find_obj(type, name) end