class Rack::RubyProf

def should_profile?(path)

def should_profile?(path)
  return false if paths_match?(path, @skip_paths)
  @only_paths ? paths_match?(path, @only_paths) : true
end