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