You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of things that I'm seeing that still don't match the MRI behavior on method keyword arguments.
One is the arity, which returns different results ( but I believe that this might already be tracked in #2480 ?)
The other one is the definition of the keyword types "required" vs. not . For example, required arguments are not reported as such in the .parameters call.
Here's a quick snippet that shows both things, and the difference in results:
There are a couple of things that I'm seeing that still don't match the MRI behavior on method keyword arguments.
One is the arity, which returns different results ( but I believe that this might already be tracked in #2480 ?)
The other one is the definition of the keyword types "required" vs. not . For example, required arguments are not reported as such in the .parameters call.
Here's a quick snippet that shows both things, and the difference in results:
The text was updated successfully, but these errors were encountered: