stdlib/rubygems/0/dependency_installer.rbs in rbs-2.0.0 vs stdlib/rubygems/0/dependency_installer.rbs in rbs-2.1.0
- old
+ new
@@ -1,5 +1,6 @@
+# <!-- rdoc-file=lib/rubygems/dependency_installer.rb -->
+# Installs a gem along with all its dependencies from local and remote gems.
+#
class Gem::DependencyInstaller
- type options = Hash[Symbol, untyped] # TODO: Add options...
-
- # TODO: Add sinatures...
+ type options = Hash[Symbol, untyped]
end