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
Currently `with` requires a hash as an argument, if invalid argument is
passed, it will raise NoMethodError in `process_with_args`.
This improves that will raise ArgumentError rather than NoMethodError.
0 commit comments