summaryrefslogtreecommitdiff
path: root/test/ruby/test_alias.rb
AgeCommit message (Expand)Author
2020-03-22Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2017-08-29test/ruby: tweaked heredocsnobu
2016-03-08vm_method.c: fix aliased original namenobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-03-23vm_method.c: check if klass is 0nobu
2014-03-20vm_method.c: fix infinite recursionnobu
2013-12-24test_alias.rb: rename duplicate namenobu
2013-12-19fix typonaruse
2013-12-16* vm_method.c (rb_method_entry_make): fix WB miss.ko1
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2012-08-04* test/ruby/test_alias.rb (test_super_in_aliased_module_method):shugo
2010-01-08* vm_method.c (rb_alias): skip ZSUPER method when searching body ofmame
2009-11-17* vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo
2009-07-19* vm_method.c (me_opts): fixed optimized method aliasing.nobu
2009-07-16* vm_method.c (rb_alias): fix a case which try non-existing method alias.ko1
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-08-24* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz
2006-12-31 * Merge YARVko1
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-04* test/ruby: tests for ruby itself.nahi