fails:The super keyword searches class methods
fails:The super keyword searches class methods including modules
fails:The super keyword calls the correct method when the method visibility is modified
fails:The super keyword raises an error error when super method does not exist
fails:The super keyword calls the superclass method when in a block
fails:The super keyword calls the superclass method when initial method is defined_method'd
fails:The super keyword can call through a define_method multiple times (caching check)
fails:The super keyword supers up appropriate name even if used for multiple method names
fails:The super keyword can be used with implicit arguments from a method defined with define_method
fails:The super keyword respects the original module a method is aliased from
fails:The super keyword passes along modified rest args when they weren't originally empty
fails:The super keyword passes along modified rest args when they were originally empty
fails:The super keyword calls the method on the calling class including modules
fails:The super keyword sees the included version of a module a method is alias from
fails:The super keyword raises a RuntimeError when called with implicit arguments from a method defined with define_method
fails:The super keyword invokes methods from a chain of anonymous modules
