class RSpecTracer::BlockFilter

Public Instance Methods

match?(source_file) click to toggle source
# File lib/rspec_tracer/filter.rb, line 52
def match?(source_file)
  @filter.call(source_file)
end