mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* sample/coverage.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
773c7e9498
commit
bb979b86f8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ at_exit do
|
|||
File.writable?(f) || File.writable?(File.dirname(f))
|
||||
end
|
||||
unless writable[cfile]
|
||||
cfile = cfile.gsub(File.PATH_SEPARATOR, "#")
|
||||
cfile = cfile.gsub(File::PATH_SEPARATOR, "#")
|
||||
next unless writable[cfile]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue