module BinaryPrebuild class PostInstall def initialize(installer_context) @installer_context = installer_context end def run end end end