class Cucumber::Cli::RerunFile

def self.can_read?(path)

def self.can_read?(path)
  path[0] == '@' && File.file?(real_path(path))
end