class Cucumber::Cli::Configuration

def remove_excluded_files_from(files)

def remove_excluded_files_from(files)
  files.reject! {|path| @options[:excludes].detect {|pattern| path =~ pattern } }
end