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