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:
parent
dd723771c1
commit
d104ebf2c4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue