Sha256: 7ff994ab774963c4024858f1a404d845b6861e810faac28022376cbbb73401d4
Contents?: true
Size: 417 Bytes
Versions: 3
Compression:
Stored size: 417 Bytes
Contents
module Steep module Services class PathAssignment attr_reader index: untyped attr_reader max_index: untyped attr_reader cache: untyped def initialize: (index: untyped, max_index: untyped) -> void def self.all: () -> untyped def =~: (untyped path) -> untyped alias === =~ def self.index_for: (path: untyped, max_index: untyped) -> untyped end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steep-1.1.1 | sig/steep/services/path_assignment.rbs |
steep-1.1.0 | sig/steep/services/path_assignment.rbs |
steep-1.1.0.pre.1 | sig/steep/services/path_assignment.rbs |