Module: Plutonium::Interaction::Concerns::Dispatchable::ExecuteOverride

Defined in:
lib/plutonium/interaction/concerns/dispatchable.rb

Overview

Prepended, rather than defined via define_method, so a def execute written BELOW async can't silently shadow it — a prepended module sits ahead of the class in the ancestor chain regardless of source order. (A subclass's own #execute still wins, same as any override — this only closes same-class ordering.)