1 2 3 4 5 6 7 8 9 10
class Chef class Knife class Null < Chef::Knife banner "knife null" def run end end end end