Fix zombifier to use the require highjack

This commit is contained in:
Markus Schirp 2014-04-04 14:14:24 +00:00
parent 7eed61c117
commit 1b2bb54852
6 changed files with 156 additions and 247 deletions

View file

@ -10,7 +10,7 @@ require 'mutant'
namespace =
if ARGV.include?('--zombie')
$stderr.puts('Running mutant zombified!')
Mutant::Zombifier.zombify
Mutant.zombify
Zombie::Mutant
else
Mutant