aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_alias.rb
Commit message (Expand)AuthorAgeFilesLines
* vm_method.c: fix aliased original namenobu2016-03-081-0/+28
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko12015-05-301-0/+9
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* vm_method.c: check if klass is 0nobu2014-03-231-0/+15
* vm_method.c: fix infinite recursionnobu2014-03-201-0/+47
* test_alias.rb: rename duplicate namenobu2013-12-241-1/+1
* fix typonaruse2013-12-191-1/+1
* * vm_method.c (rb_method_entry_make): fix WB miss.ko12013-12-161-0/+13
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-10/+0
* * test/ruby/test_alias.rb (test_super_in_aliased_module_method):shugo2012-08-041-0/+25
* * vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame2010-01-081-0/+19
* * vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo2009-11-171-0/+8
* * vm_method.c (me_opts): fixed optimized method aliasing.nobu2009-07-191-0/+8
* * vm_method.c (rb_alias): fix a case which try non-existing method alias.ko12009-07-161-0/+8
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-1/+1
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-1/+1
* * Merge YARVko12006-12-311-16/+40
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-5/+5
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-3/+3
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+42