class RSpecTracer::RegexFilter

Public Instance Methods

match?(source_file) click to toggle source
# File lib/rspec_tracer/filter.rb, line 58
def match?(source_file)
  source_file[:file_name] =~ @filter
end