fails:Invoking a private getter method does not permit self as a receiver
fails:Invoking a method with manditory arguments after optional arguments binds the required arguments first
fails:Invoking a method with required args after the rest arguments binds the required arguments first
fails:Invoking a method with optional argument(s), expands an array to arguments grouped in parentheses
fails:Invoking a method expands an array to arguments grouped in parentheses which in turn takes rest arguments
fails:Invoking a method accepts multiple splat expansions in the same argument list
fails:Invoking a method accepts multiple splat expansions in the same argument list
fails:Invoking a method calls #to_a to convert a final splatted Hash object to an Array
fails:Invoking a method calls #to_a to convert a final splatted Hash object to an Array
fails:Invoking a method converts a final splatted explicit Hash to an Array
fails:Invoking a method accepts mandatory and Hash arguments after the splat
fails:Invoking a method accepts mandatory and implicit literal Hash arguments after the splat
fails:Invoking a method accepts mandatory and explicit literal Hash arguments after the splat
fails:Invoking a method accepts final Hash arguments after the splat
fails:Invoking a method accepts final implicit literal Hash arguments after the splat
fails:Invoking a method accepts final explicit literal Hash arguments after the splat
fails:Invoking a method with splat operator attempts to coerce it to an Array if the object respond_to?(:to_a)
fails:Invoking a method with splat operator attempts to coerce it to an Array if the object respond_to?(:to_a)
fails:Invoking a method with .() invokes #call
fails:Invoking a method allows []= with a *args and multiple rhs args
fails:Invoking a method allows []= with multiple *args and does not unwrap the last splat
fails:Invoking a method allows []= with multiple *args
fails:Invoking a method allows []= with *args in the [] expanded to individual arguments
