sig/environment_loader.rbs in rbs-0.14.0 vs sig/environment_loader.rbs in rbs-0.15.0
- old
+ new
@@ -40,15 +40,15 @@
def stdlib?: (String) -> Pathname?
def gem?: (String, String?) -> Pathname?
- def each_signature: (Pathname, ?immediate: bool) { (Pathname) -> void } -> void
- | (Pathname, ?immediate: bool) -> Enumerator[Pathname, void]
+ def each_signature: (Pathname, ?immediate: boolish) { (Pathname) -> void } -> void
+ | (Pathname, ?immediate: boolish) -> Enumerator[Pathname, void]
def each_library_path: { (path, Pathname) -> void } -> void
- def no_builtin!: (?bool) -> self
+ def no_builtin!: (?boolish) -> self
def no_builtin?: () -> bool
def each_decl: () { (AST::Declarations::t, Buffer, Pathname, path | :stdlib) -> void } -> void