1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2016-08-01 05:55:36 +00:00
parent 320ae01c5f
commit 0a86f7ff71

View file

@ -31,7 +31,7 @@ class TestObject < Test::Unit::TestCase
def test_clone
a = Object.new
def a.b; 2 end
a.freeze
c = a.clone
assert_equal(true, c.frozen?)