git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-10-20 15:00:02 +00:00
Родитель e705074898
Коммит 80220db346
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -270,7 +270,7 @@ sufficient information, see the ChangeLog file or Redmine
* Add +:oneshot_lines+ keyword argument to Coverage.start.
* Add +:stop:+ and +:clear:+ keyword arguments to Coverage.result.
* Add +:stop+ and +:clear+ keyword arguments to Coverage.result.
If +clear+ is true, it clears the counters to zero.
If +stop+ is true, it disables coverage measurement.