class RSpecTracer::StringFilter
Public Instance Methods
match?(source_file)
click to toggle source
# File lib/rspec_tracer/filter.rb, line 64 def match?(source_file) source_file[:file_name].include?(@filter) end