sig/environment_loader.rbs in rbs-2.8.4 vs sig/environment_loader.rbs in rbs-3.0.0.dev.1
- old
+ new
@@ -79,10 +79,10 @@
| (library: String, version: String?, ?resolve_dependencies: boolish) -> void
def resolve_dependencies: (library: String, version: String?) -> void
# Add repository path and libraries via rbs_collection.lock.yaml.
- def add_collection: (Collection::Config collection_config) -> void
+ def add_collection: (Collection::Config::Lockfile lockfile) -> void
# This is helper function to test if RBS for a library is available or not.
#
def has_library?: (library: String, version: String?) -> bool