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
Kernel.raise is originally private, but define_method(:raise) creates a
method that is public. Use `private :raise` to make the redefined method
private to be consistent with default Ruby behavior.
Fixes#350.
0 commit comments