# File lib/kwala/lib/cycle_detector.rb, line 684
  def self.filter_path(path)
    #path.find_all { |p| p !~ /\/ruby\/1\.8/ } #|| p !~ /\/ruby\/site_ruby\/1\.8/ }
    #["./"]
    []
    path
  end