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