ruby/bootstraptest/test_struct.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 строки
116 B
Ruby
Исходник Обычный вид История

assert_equal 'Struct::Foo', %q{
Struct.instance_eval { const_set(:Foo, nil) }
Struct.new("Foo")
Struct::Foo
}