Class: Dap::Filter::FilterNotExists

Inherits:
FilterExists show all
Includes:
Base
Defined in:
lib/dap/filter/simple.rb

Instance Attribute Summary

Attributes included from Base

#name, #opts

Instance Method Summary collapse

Methods included from Base

#initialize

Instance Method Details

#process(doc) ⇒ Object



111
112
113
114
# File 'lib/dap/filter/simple.rb', line 111

def process(doc)
  exists_doc = super(doc)
  exists_doc.empty? ? [ doc ] : [ ]
end