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