### Net::HTTP I think this provides good coverage so far, but might look into others later: * [Add pattern matching support to Net::HTTPGenericRequest](https://github.com/ruby/net-http/pull/241) * [Add pattern matching support to ...baweaver (Brandon Weaver)
Ruby pattern matching is a very useful feature, but many of the core classes to not leverage it currently. Given this I would like to directly invest in opening PRs to add this functionality and see how many cases we can reasonably add a...baweaver (Brandon Weaver)
Some other ideas: * Package - Some conflict with Packwerk, but then again would likely be used with it very quickly. * Capsule - Similar to Package * Realm - Bit Tolkien-esque, but no significant precedence in Ruby of this name bein...baweaver (Brandon Weaver)
I had tried to purchase it earlier today, but it appears that it has already been bought and I cannot see who owns it as it has domain privacy on. Let us hope the buyer has good intentions.baweaver (Brandon Weaver)
As a proof of concept this is a very valuable idea, and will give users a chance to experiment with it. I wonder about the long-term ergonomics of this though, and if it may make sense to potentially introduce in Ruby 4 a new keyword ...baweaver (Brandon Weaver)
I have admittedly found this confusing recently when I had attempted to use `end_with?(/regex/)` in a book example. Would it be acceptable to consider a non-ideal implementation of this feature, and then continue to optimize it in fut...baweaver (Brandon Weaver)
I'd written on the previous iteration of the pipeline operator a while ago here: https://dev.to/baweaver/ruby-2-7-the-pipeline-operator-1b2d The ending example of what I thought, at the time, was an ideal state of it was: ```ruby ...baweaver (Brandon Weaver)