summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_transcode.rb
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-15 06:23:43 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-15 06:23:43 +0000
commitef520e2faf2a8e5cc5beedcf1c2d5286a6e234a3 (patch)
tree4e07bbc9628b5d412c8a5ecdbe9a2621aec0e6c5 /test/ruby/test_transcode.rb
parent3ab0a92bf1d9926f35dc7aaa1a7d8121d0a7ffcf (diff)
downloadruby-ef520e2faf2a8e5cc5beedcf1c2d5286a6e234a3.tar.gz
ruby-ef520e2faf2a8e5cc5beedcf1c2d5286a6e234a3.tar.xz
ruby-ef520e2faf2a8e5cc5beedcf1c2d5286a6e234a3.zip
* test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.
* class.c (make_metametaclass): new function. extracted from rb_make_metaclass. * class.c (rb_make_metaclass): uses make_metametaclass when called for a metaclass. * class.c (rb_singleton_class): creates a meta^(n+2)-class in addition to a meta^(n+1)-class when called for a meta^(n)-class. This is because the returned meta^(n+1) class must acts as an instance of Class, metaclass of Class, ..., meta^(n+1)-class of Class, Module, metaclass of Module, ..., meta^(n+1)-class of Module, Object, metaclass of Object, ..., meta^(n+2)-class of Object, BasicObject, metaclass of BasicObject, ..., meta^(n+2)-class of and BasicObject even when Class, Module, Object or BasicObject has not have its meta^(i)-class yet. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_transcode.rb')
0 files changed, 0 insertions, 0 deletions