aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-01 05:55:36 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-01 05:55:36 +0000
commit3a4ac5b6af9afdf324b1b6517892dcde6270d52d (patch)
tree053f23cd7ea9ef203f206eee214b3eaeb6067039 /test/ruby
parent431f5d79954e6f2373acd7f26cc0cf288f0db0e9 (diff)
downloadruby-3a4ac5b6af9afdf324b1b6517892dcde6270d52d.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_object.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_object.rb b/test/ruby/test_object.rb
index 599b2ae140..7b3defa011 100644
--- a/test/ruby/test_object.rb
+++ b/test/ruby/test_object.rb
@@ -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?)