diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-20 07:06:05 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-06-20 07:06:05 +0000 |
commit | 60051eacac823597ae63ba922088327afff0d530 (patch) | |
tree | f3cf76a06b5b2a9b1d1cc6183c5c30e41f0ef913 /benchmark | |
parent | 85797ea0a7bc72c5b0aecf88bebc8b62331287a0 (diff) |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark')
-rw-r--r-- | benchmark/gc/ring.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/gc/ring.rb b/benchmark/gc/ring.rb index 12172fb213..be2c7b7250 100644 --- a/benchmark/gc/ring.rb +++ b/benchmark/gc/ring.rb @@ -7,7 +7,7 @@ class Ring def initialize n = nil @next_ring = n end - + def size s = 1 |