Sha256: a03150772f3ca11cab833cbc0a4341c81738899b36350b311866a448771bf5c7

Contents?: true

Size: 621 Bytes

Versions: 6

Compression:

Stored size: 621 Bytes

Contents

module Steep
  class Project
    class Options
      class PathOptions
        attr_reader core_root: Pathname?

        attr_reader stdlib_root: Pathname?

        attr_reader repo_paths: Array[Pathname]

        def initialize: (?core_root: Pathname?, ?stdlib_root: Pathname?, ?repo_paths: Array[Pathname]) -> void

        def customized_stdlib?: () -> bool

        def customized_core?: () -> bool
      end

      attr_reader libraries: Array[String]

      attr_accessor paths: PathOptions

      attr_accessor collection_lock: RBS::Collection::Config::Lockfile

      def initialize: () -> void
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
steep-1.4.0 sig/steep/project/options.rbs
steep-1.4.0.dev.5 sig/steep/project/options.rbs
steep-1.4.0.dev.4 sig/steep/project/options.rbs
steep-1.4.0.dev.3 sig/steep/project/options.rbs
steep-1.4.0.dev.2 sig/steep/project/options.rbs
steep-1.4.0.dev.1 sig/steep/project/options.rbs