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

NEWS: Fix keywords [ci skip]

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
parent e705074898
commit 80220db346

2
NEWS
View file

@ -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.