def find_with_contents(name)
          find_result = find(name)

          return if find_result.nil?