* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git] / bootstraptest / test_struct.rb
bloba65964d5f9bd92fba5f789f6c2cae726bc4fbb52
1 assert_equal 'Struct::Foo', %q{
2   Struct.instance_eval { const_set(:Foo, nil) }
3   Struct.new("Foo")
4   Struct::Foo