module Turnstile::Collector::Formats::CustomMatcher

Public Instance Methods

custom_matcher() click to toggle source

Returns a custom matcher that is expected to be pre-initialized using a config file.

Example of a custom matcher configuration is in the README, and inside the `example` folder.

# File lib/turnstile/collector/formats/custom_matcher.rb, line 12
def custom_matcher
  @custom_matcher ||= Turnstile.config.custom_matcher
end