Method: Datadog::Core::Remote::Dispatcher::Matcher#initialize
- Defined in:
- lib/datadog/core/remote/dispatcher.rb
#initialize(&block) ⇒ Matcher
Returns a new instance of Matcher.
40 41 42 |
# File 'lib/datadog/core/remote/dispatcher.rb', line 40 def initialize(&block) @block = block end |