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