comparison graal/com.oracle.truffle.ruby.test/specs/tags/language/alias_tags.txt @ 13514:0fbee3eb71f0

Ruby: import project.
author Chris Seaton <chris.seaton@oracle.com>
date Mon, 06 Jan 2014 17:12:09 +0000
parents
children
comparison
equal deleted inserted replaced
13513:64a23ce736a0 13514:0fbee3eb71f0
1 fails:The alias keyword creates a new name for an existing method
2 fails:The alias keyword adds the new method to the list of methods
3 fails:The alias keyword adds the new method to the list of public methods
4 fails:The alias keyword overwrites an existing method with the target name
5 fails:The alias keyword is reversible
6 fails:The alias keyword operates on the object's metaclass when used in instance_eval
7 fails:The alias keyword operates on methods with splat arguments
8 fails:The alias keyword operates on methods with splat arguments on eigenclasses
9 fails:The alias keyword operates on methods with splat arguments defined in a superclass
10 fails:The alias keyword operates on methods with splat arguments defined in a superclass using text block for class eval
11 fails:The alias keyword is not allowed against Fixnum or String instances