зеркало из https://github.com/github/ruby.git
strip trailing spaces [ci skip]
This commit is contained in:
Родитель
d968829afa
Коммит
069649389c
|
@ -256,7 +256,7 @@ class TC_OpenStruct < Test::Unit::TestCase
|
|||
os = c.new(foo: :bar)
|
||||
assert_equal(:bar, os.foo)
|
||||
end
|
||||
|
||||
|
||||
def test_overridden_public_methods
|
||||
os = OpenStruct.new(method: :foo, class: :bar)
|
||||
assert_equal(:foo, os.method)
|
||||
|
|
Загрузка…
Ссылка в новой задаче