summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_super.rb
Commit message (Collapse)AuthorAgeFilesLines
* * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]nahi2005-08-071-0/+29
| | | | | | | the tests expects 1.8 behavior at this time. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu2004-12-121-1/+1
| | | | | | | from procs can call super. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu2004-12-071-0/+20
| | | | | | | | | | | | | operation ignores EAGAIN. * test/ruby/test_super.rb (TestSuper#test_define_method): test for super from proc. [ruby-core:03856] * test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): make execution order more precise. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (f_rest_arg): store rest args into invisible local variabenobu2004-11-181-0/+68
in order to get rid of SEGV at ZSUPER. [ruby-dev:24913] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e