Sha256: 658450be8168cff1990dc995e903a743e870fb49f631a0da819e0b23cad72298
Contents?: true
Size: 552 Bytes
Versions: 3
Compression:
Stored size: 552 Bytes
Contents
module Steep class Project class Pattern attr_reader patterns: untyped attr_reader ignores: untyped attr_reader prefixes: untyped attr_reader ignore_prefixes: untyped attr_reader ext: untyped def initialize: (patterns: untyped, ext: untyped, ?ignores: untyped) -> void def =~: (untyped path) -> untyped def match?: (untyped path) -> untyped def ignore?: (untyped path) -> untyped def test_string: (untyped path, untyped patterns, untyped prefixes) -> untyped end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
steep-1.1.1 | sig/steep/project/pattern.rbs |
steep-1.1.0 | sig/steep/project/pattern.rbs |
steep-1.1.0.pre.1 | sig/steep/project/pattern.rbs |