module MemDB::Field::Matching

Public Instance Methods

match?(_query) click to toggle source
# File lib/mem_db/field/matching.rb, line 6
def match?(_query)
  raise NotImplementedError, "#{self.class} has not implemented method '#{__method__}'"
end