lib/tapioca/dsl/compiler.rb in tapioca-0.9.2 vs lib/tapioca/dsl/compiler.rb in tapioca-0.9.3

- old
+ new

@@ -50,10 +50,9 @@ def self.processable_constants @processable_constants ||= T.let( T::Set[Module].new(gather_constants).compare_by_identity, T.nilable(T::Set[Module]) ) - T.must(@processable_constants) end # NOTE: This should eventually accept an `Error` object or `Exception` rather than simply a `String`. sig { params(error: String).void } def add_error(error)