From c5a919fb3bb88f69dbcb0cc3a21cdd8f178edf29 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 23 Nov 2013 04:51:05 +0000 Subject: [PATCH] * append newline at EOF. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d683cce00f..0fe3fa5d89 100644 --- a/NEWS +++ b/NEWS @@ -313,4 +313,4 @@ with all sufficient information, see the ChangeLog file. * rb_gc_set_params() is deprecated. This is only used in Ruby internal. -* rb_gc_count() added. This returns the number of times GC occurred. \ No newline at end of file +* rb_gc_count() added. This returns the number of times GC occurred.