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
When I have a method with many arguments and I want to pass on all the arguments, it would be handy if there were a method_options or such hash to make things simple.
I am instead doing the following to obtain this result:
When I have a method with many arguments and I want to pass on all the arguments, it would be handy if there were a
method_options
or such hash to make things simple.I am instead doing the following to obtain this result:
This may already be supported, but I was unable to find a relevant result in documentation.
The text was updated successfully, but these errors were encountered: