# File lib/autumn/speciator.rb, line 30
    def initialize
      @global_options = Hash.new
      @season_options = Hash.new
      @stem_options = Hash.autonew
      @leaf_options = Hash.autonew
    end