module Mixlib::CLI::ClassMethods
def options=(val)
=== Returns
val
=== Parameters
Set the current options hash
def options=(val) raise(ArgumentError, "Options must recieve a hash") unless val.kind_of?(Hash) @options = val end
def options=(val) raise(ArgumentError, "Options must recieve a hash") unless val.kind_of?(Hash) @options = val end