Class: RSpecTracer::RegexFilter

Inherits:
Filter
  • Object
show all
Defined in:
lib/rspec_tracer/filter.rb

Instance Attribute Summary

Attributes inherited from Filter

#filter

Instance Method Summary collapse

Methods inherited from Filter

filter_class, #initialize, register

Constructor Details

This class inherits a constructor from RSpecTracer::Filter

Instance Method Details

#match?(source_file) ⇒ Boolean

Returns:

  • (Boolean)


58
59
60
# File 'lib/rspec_tracer/filter.rb', line 58

def match?(source_file)
  source_file[:file_name] =~ @filter
end