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