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