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

* remove trailing spaces. [ci skip]

This commit is contained in:
git 2019-11-29 03:11:28 +09:00
parent dd723771c1
commit d104ebf2c4

View file

@ -43,7 +43,7 @@ class TestVariable < Test::Unit::TestCase
c.class_variable_set(:@@foo, 1)
assert_equal([:@@foo], c.singleton_class.class_variables)
assert_equal(1, c.singleton_class.class_variable_get(:@@foo))
c = Class.new
c.extend(Olympians)
sc = Class.new(c)