1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* sample/coverage.rb: move from lib/coverage.rb because this remains in

an early phase of development.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-07-24 17:47:34 +00:00
parent a930fd9b85
commit 59f23bd421
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Fri Jul 25 02:43:11 2008 Yusuke Endoh <mame@tsg.ne.jp>
* sample/coverage.rb: move from lib/coverage.rb because this remains in
an early phase of development.
Fri Jul 25 00:10:23 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_find_file_ext, rb_find_file): converts Windows style path

View file

@ -1,5 +1,7 @@
require "coverage.so"
Coverage.start
ext = ENV["COVERUBY_EXT"] || ".cov"
accum = ENV["COVERUBY_ACCUM"]
accum = !accum || accum == "" || !(%w(f n 0).include?(accum[0]))