Sha256: 9bdc3815f164ec5d1f44c6656665442c8b1e83bd5b271ffaaf5680ba80f1840e

Contents?: true

Size: 622 Bytes

Versions: 15

Compression:

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

15 entries across 15 versions & 1 rubygems

Version Path
steep-1.6.0 sig/steep/project/options.rbs
steep-1.6.0.pre.4 sig/steep/project/options.rbs
steep-1.6.0.pre.3 sig/steep/project/options.rbs
steep-1.6.0.pre.2 sig/steep/project/options.rbs
steep-1.6.0.pre.1 sig/steep/project/options.rbs
steep-1.5.3 sig/steep/project/options.rbs
steep-1.5.2 sig/steep/project/options.rbs
steep-1.5.1 sig/steep/project/options.rbs
steep-1.5.0 sig/steep/project/options.rbs
steep-1.5.0.pre.6 sig/steep/project/options.rbs
steep-1.5.0.pre.5 sig/steep/project/options.rbs
steep-1.5.0.pre.4 sig/steep/project/options.rbs
steep-1.5.0.pre.3 sig/steep/project/options.rbs
steep-1.5.0.pre.2 sig/steep/project/options.rbs
steep-1.5.0.pre.1 sig/steep/project/options.rbs