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
Declare block param on NilClass#try and NilClass#try! (rails#55278)
With ruby 3.4, a warning is raised when a block is passed to a method
and the method does not define the block param. This commit solves it by
ensuring that the method signature of try and try! on NilClass is
similar to Tryable.
0 commit comments