# File lib/autumn/speciator.rb, line 50 def global(arg) arg.kind_of?(Hash) ? @global_options.update(arg.rekey(&:to_sym)) : @global_options[arg] end