summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-20 16:05:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-20 16:05:17 +0000
commit53dfd965e6ecc2b8f57441dbe2c81d4d0536c983 (patch)
tree707a3de57c993864cdce7baa4e9df46c53f0136d /benchmark
parentdf3e4b830677e41530402e3e5727b71551fbe666 (diff)
* append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bm_app_answer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_app_answer.rb b/benchmark/bm_app_answer.rb
index e6763b3cca..2aea289def 100644
--- a/benchmark/bm_app_answer.rb
+++ b/benchmark/bm_app_answer.rb
@@ -4,4 +4,4 @@ def the_answer_to_life_the_universe_and_everything
(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