I came across this construction in a gem and don't understand the intent. I know what tap does alone, but why would someone call super.tap {} instead of just continuing the code normally after the super call.I came across this construction in a gem and do