We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
File.exists?
File.exist?
1 parent 5871b93 commit 6fed80cCopy full SHA for 6fed80c
Rakefile
@@ -76,6 +76,6 @@ RDoc::Task.new do |rdoc|
76
rdoc.rdoc_files.include("bin/*.rb")
77
rdoc.rdoc_files.include("lib/**/*.rb")
78
extra_files.each { |file|
79
- rdoc.rdoc_files.include(file) if File.exists?(file)
+ rdoc.rdoc_files.include(file) if File.exist?(file)
80
}
81
end
0 commit comments