ruby-changes:30802
From: nobu <ko1@a...>
Date: Sun, 8 Sep 2013 06:53:03 +0900 (JST)
Subject: [ruby-changes:30802] nobu:r42881 (trunk): * remove trailing spaces.
nobu 2013-09-08 06:48:40 +0900 (Sun, 08 Sep 2013) New Revision: 42881 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42881 Log: * remove trailing spaces. Modified files: trunk/test/ruby/test_super.rb Index: test/ruby/test_super.rb =================================================================== --- test/ruby/test_super.rb (revision 42880) +++ test/ruby/test_super.rb (revision 42881) @@ -399,7 +399,7 @@ class TestSuper < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_super.rb#L399 end def test_super_splat - # [ruby-list:49575] + # [ruby-list:49575] y = Y.new assert_equal([1, 2], y.foo(1, 2)) assert_equal([1, false], y.foo(1, false)) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/