projects/common/src/possible_error.rb in foobara-0.0.20 vs projects/common/src/possible_error.rb in foobara-0.0.21
- old
+ new
@@ -44,10 +44,10 @@
def prepend_runtime_path!(...)
key.prepend_runtime_path!(...)
end
# TODO: technically does not belong in this project but maybe it should
- def foobara_manifest(to_include:)
+ def foobara_manifest(to_include: Set.new)
to_include << error_class
if processor
processor_class = processor.class
to_include << processor_class