repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git]
/
bootstraptest
/
test_struct.rb
blob
a65964d5f9bd92fba5f789f6c2cae726bc4fbb52
1
assert_equal 'Struct::Foo', %q{
2
Struct.instance_eval { const_set(:Foo, nil) }
3
Struct.new("Foo")
4
Struct::Foo
5
}