Ruby 2.5 adds yield_self and other new core methods
Ruby 2.5 introduced several new features to make Ruby more expressive and chain-friendly. One of the standout additions is `yield_self`, a method that helps create cleaner pipelines and improves readability.