ruby-changes:43713
From: svn <ko1@a...>
Date: Mon, 1 Aug 2016 14:55:40 +0900 (JST)
Subject: [ruby-changes:43713] svn:r55787 (trunk): * remove trailing spaces.
svn 2016-08-01 14:55:36 +0900 (Mon, 01 Aug 2016) New Revision: 55787 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55787 Log: * remove trailing spaces. Modified files: trunk/test/ruby/test_object.rb Index: test/ruby/test_object.rb =================================================================== --- test/ruby/test_object.rb (revision 55786) +++ test/ruby/test_object.rb (revision 55787) @@ -31,7 +31,7 @@ class TestObject < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_object.rb#L31 def test_clone a = Object.new def a.b; 2 end - + a.freeze c = a.clone assert_equal(true, c.frozen?) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/