Class: TraceViz::Collectors::Matchers::BaseMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/trace_viz/collectors/matchers/base_matcher.rb

Direct Known Subclasses

TracePointActionMatcher

Instance Method Summary collapse

Instance Method Details

#matches?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/trace_viz/collectors/matchers/base_matcher.rb', line 7

def matches?
  false
end