ruby-changes:48661
From: kazu <ko1@a...>
Date: Wed, 15 Nov 2017 22:53:19 +0900 (JST)
Subject: [ruby-changes:48661] kazu:r60777 (trunk): Remove redundant last newline [ci skip]
kazu 2017-11-15 22:53:15 +0900 (Wed, 15 Nov 2017) New Revision: 60777 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60777 Log: Remove redundant last newline [ci skip] Modified files: trunk/iseq.c Index: iseq.c =================================================================== --- iseq.c (revision 60776) +++ iseq.c (revision 60777) @@ -2505,4 +2505,3 @@ Init_ISeq(void) https://github.com/ruby/ruby/blob/trunk/iseq.c#L2505 rb_undef_method(CLASS_OF(rb_cISeq), "translate"); rb_undef_method(CLASS_OF(rb_cISeq), "load_iseq"); } - -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/