module MemDB::Field::Matching

Public Instance Methods

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