# File lib/mixlib/cli.rb, line 120 def options=(val) raise(ArgumentError, "Options must recieve a hash") unless val.kind_of?(Hash) @options = val end