From 80220db346801040387558d9b9b85f1c73dcde3b Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 20 Oct 2018 15:00:02 +0000 Subject: NEWS: Fix keywords [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4cc59aa30c..a419890750 100644 --- a/NEWS +++ b/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. -- cgit v1.2.3