class ElasticAPM::Config::WildcardPatternList::WildcardPattern

def match?(other)

def match?(other)
  !!@pattern.match(other)
end