aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_alias.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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