ruby-changes:30922
From: nobu <ko1@a...>
Date: Sat, 21 Sep 2013 01:05:25 +0900 (JST)
Subject: [ruby-changes:30922] nobu:r43001 (trunk): * append newline at EOF.
nobu 2013-09-21 01:05:17 +0900 (Sat, 21 Sep 2013) New Revision: 43001 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43001 Log: * append newline at EOF. Modified files: trunk/benchmark/bm_app_answer.rb Index: benchmark/bm_app_answer.rb =================================================================== --- benchmark/bm_app_answer.rb (revision 43000) +++ benchmark/bm_app_answer.rb (revision 43001) @@ -4,4 +4,4 @@ def the_answer_to_life_the_universe_and_ https://github.com/ruby/ruby/blob/trunk/benchmark/bm_app_answer.rb#L4 (ack(3,7).to_s.split(//).inject(0){|s,x| s+x.to_i}.to_s + "2" ).to_i end -answer = the_answer_to_life_the_universe_and_everything \ No newline at end of file +answer = the_answer_to_life_the_universe_and_everything -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/