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
If the arity of the callback is not right, then an ArgumentError: wrong number of arguments gets thrown, but instance_exec swallows all exceptions so basically the effect is that the callback doesn't get run.
If the arity of the callback is not right, then an ArgumentError: wrong number of arguments gets thrown, but
instance_execswallows all exceptions so basically the effect is that the callback doesn't get run.