fails:The super keyword raises a RuntimeError when called with implicit arguments from a method defined with define_method
fails:The super keyword calls method_missing when a superclass method is not found
fails:The super keyword without explicit arguments passes arguments and rest arguments
fails:The super keyword without explicit arguments passes arguments and rest arguments including any modifications
