module Runner def run(plugin, targets) raise NotImplementedError end end