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