# File lib/scrubyt/output/result.rb, line 22
    def lookup(last_result)
      @childmap.each do |hashes|
        hashes.each { |key, value| return value if (key == last_result) }
      end
      nil
    end#end of method lookup