require 'common/runner' class PruneDummyRunner include Runner def run(plugin) puts "Not implemented" end end