ruby-warning 1.3.0 Released #22
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ruby-warning 1.3.0 has been released!
Allow Warning.clear to take a block, and restore current state after block (splattael) (Allow warnings to be clear only within a block #18, Allowing passing a block to Warning.clear #20)
Raise ArgumentError if Warning.process is passed non-String as first argument (splattael) (Make
Warning.process(/foo/) { :raise }
fail on initial call #17, Disallow Warning.process(Regexp, &block) #19)Use Regexp#match? instead of String#=~ for better performance (jeremyevans)
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions