@josephholsten @jhawthorn Rails uses SimpleDelegator (I found while working on these patches 😅). Delegate methods seem to be pretty popular internally to Rails, though most of them are using Rails' own delegate
Joseph Holsten
@tenderlove @jhawthorn Wow! I’ve generally stuck with forwardable unless I had some other need for active support, but it’s good to know something other than just AS delegation exists in the wild.