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:
parent
320ae01c5f
commit
0a86f7ff71
1 changed files with 1 additions and 1 deletions
|
@ -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?)
|
||||
|
|
Loading…
Reference in a new issue