Sha256: f818a4c2c2aaf25e24df327680cc5037241e54f8bcc9bd2e33bf2550c942b797
Contents?: true
Size: 1.29 KB
Versions: 3
Compression:
Stored size: 1.29 KB
Contents
# DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `guard-compat` gem. # Please instead update this file by running `bin/tapioca sync`. # typed: true module Guard extend ::Guard::Deprecated::Guard::ClassMethods extend ::Guard::Internals::Helpers class << self def async_queue_add(changes); end def init(cmdline_options); end def interactor; end def listener; end def queue; end def setup(cmdline_options = T.unsafe(nil)); end def state; end private def _evaluate(options); end def _guardfile_deprecated_check(modified); end def _listener_callback; end def _pluginless_guardfile?; end def _relative_pathnames(paths); end def _relevant_changes?(changes); end end end module Guard::Compat class << self def matching_files(plugin, files); end def watched_directories; end end end module Guard::Compat::UI class << self def color(text, *colors); end def color_enabled?; end def debug(message, options = T.unsafe(nil)); end def deprecation(message, options = T.unsafe(nil)); end def error(message, options = T.unsafe(nil)); end def info(message, options = T.unsafe(nil)); end def notify(msg, options = T.unsafe(nil)); end def warning(message, options = T.unsafe(nil)); end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
muina-0.2.8 | sorbet/rbi/gems/guard-compat@1.2.1.rbi |
muina-0.2.7 | sorbet/rbi/gems/guard-compat@1.2.1.rbi |
ipt-2.1.0 | sorbet/rbi/gems/guard-compat@1.2.1.rbi |