lib/cuboid/options.rb in cuboid-0.0.5 vs lib/cuboid/options.rb in cuboid-0.1.0

- old
+ new

@@ -74,10 +74,10 @@ # Load all {OptionGroups}. require_relative 'option_groups' TO_RPC_IGNORE = Set.new([ - :instance, :rpc, :dispatcher, :queue, :paths, + :instance, :rpc, :agent, :queue, :paths, :snapshot, :report, :output, :system ]) TO_HASH_IGNORE = Set.new([ :instance ])