Sha256: 3462b1ae3ff313b54586c413974f722a9e5372b03be2e5a02b4b62f992880908

Contents?: true

Size: 337 Bytes

Versions: 26

Compression:

Stored size: 337 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

      def source_for: (Config::gem_entry) -> Sources::_Source
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
rbs-1.7.0.beta.3 sig/collection/installer.rbs
rbs-1.7.0.beta.2 sig/collection/installer.rbs
rbs-1.7.0.beta.1 sig/collection/installer.rbs
rbs-1.6.2 sig/collection/installer.rbs
rbs-1.6.1 sig/collection/installer.rbs
rbs-1.6.0 sig/collection/installer.rbs