# File default/strategy.rb, line 5
    def do_it (robot)
        raise NotImplementedError.new("Unimplemented Strategy")
    end