class SimpleCov::Filter

def passes?(source_file)

def passes?(source_file)
  warn "DEPRECATION: SimpleCov::Filter#passes?(x) has been renamed to #matches?. Please update your custom filters accordingly!"
  matches?(source_file)
end