Sha256: 30a9fd144cc21939b0f269391fb813bbb1f643500da82acc21029b7b03bbb1f7
Contents?: true
Size: 403 Bytes
Versions: 11
Compression:
Stored size: 403 Bytes
Contents
module RBS module Collection class Installer attr_reader lockfile: Config attr_reader stdout: CLI::_IO def initialize: (lockfile_path: Pathname, ?stdout: CLI::_IO) -> void def install_from_lockfile: () -> void private @source_for: Hash[Sources::source_entry, Sources::_Source] def source_for: (Config::gem_entry) -> Sources::_Source end end end
Version data entries
11 entries across 11 versions & 2 rubygems