module Mixlib::CLI::InheritMethods
def inherited(receiver)
def inherited(receiver) receiver.options = deep_dup(options) receiver.extend(Mixlib::CLI::InheritMethods) end
def inherited(receiver) receiver.options = deep_dup(options) receiver.extend(Mixlib::CLI::InheritMethods) end