sig/orthoses/builder.rbs in orthoses-1.12.0 vs sig/orthoses/builder.rbs in orthoses-1.13.0
- old
+ new
@@ -17,5 +17,9 @@
def run: (untyped loader) -> untyped
def reset_runner: (untyped loader) -> untyped
def to_loader: () -> untyped
def call: () -> Orthoses::store
end
+
+module Orthoses::Builder::CallLogable
+ def call: () -> untyped
+end