aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_super.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: suppress parser warningsnobu2016-02-191-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_super.rb: test_missing_supernobu2015-10-311-0/+7
* * vm_insnhelper.c (vm_search_super_method): do not skip callingko12015-07-061-4/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/ruby/test_super.rb: add a test to check block passing.ko12014-10-271-0/+18
* vm_eval.c: fix super from eval with scopenobu2014-09-191-0/+15
* proc.c: use already included ancestor iclassnobu2014-04-141-1/+18
* proc.c: fix super in bound UnboundMethodnobu2014-04-111-0/+24
* vm_insnhelper.c: preserve encodingsnobu2014-04-111-11/+11
* * test/ruby: get rid of warnings.usa2014-03-051-2/+1
* test_super.rb: remove unneeded codenobu2014-01-101-1/+1
* vm_insnhelper.c: revive r44455 for bound module methodnobu2014-01-081-0/+13
* test_super.rb: test_module_super_in_method_modulenobu2014-01-061-0/+18
* vm_insnhelper.c: missing super in method modulenobu2013-12-281-0/+15
* test/unit/assertions.rb: return exceptionnobu2013-10-091-2/+1
* * remove trailing spaces.nobu2013-09-071-1/+1
* * vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko12013-09-021-0/+23
* compile.c: zsuper keyword argsnobu2013-03-071-0/+21
* * vm_insnhelper.c (vm_search_super_method): raise a TypeErrorshugo2013-01-101-3/+3
* test_super.rb: super from BEGINnobu2012-09-251-4/+10
* insns.def: super from at_exitnobu2012-09-251-0/+11
* * insns.def (invokesuper): reverted r36640 partially to make supershugo2012-08-231-6/+19
* * insns.def: search up the cf stack for an object that is an instancetenderlove2012-08-221-0/+12
* * internal.h, class.c, eval.c, insns.def: find the appropriateshugo2012-08-061-3/+77
* test_super.rb: renamenobu2012-08-031-1/+1
* * insns.def (invokesuper): reverted r36612 so that super in anshugo2012-08-031-1/+37
* * insns.def (invokesuper): don't skip the same class. instead, useshugo2012-08-031-0/+28
* * remove trailing spaces.nobu2011-05-151-1/+1
* * test/ruby/test_super.rb: add test.wanabe2010-08-211-0/+45
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-101-0/+8
* use ML ref. for assertion message.akr2007-11-181-2/+2
* * insn_send.ci: removed.ko12007-06-241-1/+1
* * test/ruby/test_super.rb: add tests.usa2007-05-101-0/+17
* * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]nahi2005-08-071-0/+29
* * test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu2004-12-121-1/+1
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu2004-12-071-0/+20
* * parse.y (f_rest_arg): store rest args into invisible local variabenobu2004-11-181-0/+68