Sha256: 54b34afe140da874c29c387fa32599aa9e8cef07416b897a26dc784ffdb214fc
Contents?: true
Size: 622 Bytes
Versions: 2
Compression:
Stored size: 622 Bytes
Contents
# DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `path_expander` gem. # Please instead update this file by running `bin/tapioca sync`. # typed: true class PathExpander def initialize(args, glob, path = T.unsafe(nil)); end def args; end def args=(_arg0); end def expand_dirs_to_files(*dirs); end def filter_files(files, ignore); end def glob; end def glob=(_arg0); end def path; end def path=(_arg0); end def process; end def process_args; end def process_file(path); end def process_flags(flags); end end PathExpander::VERSION = T.let(T.unsafe(nil), String)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
muina-0.2.8 | sorbet/rbi/gems/path_expander@1.1.0.rbi |
muina-0.2.7 | sorbet/rbi/gems/path_expander@1.1.0.rbi |