Sha256: ad83becd51bf63b1d9206cfa113ffa3ad467659867c07538abde5ab7e450c050

Contents?: true

Size: 847 Bytes

Versions: 3

Compression:

Stored size: 847 Bytes

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 gem guard-compat`.

# typed: true

module Guard; 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

class Guard::Plugin
  def initialize(_options = T.unsafe(nil)); end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rspec-sorbet-1.8.1 sorbet/rbi/gems/guard-compat@1.2.1.rbi
clean-architecture-6.1.0 sorbet/rbi/gems/guard-compat@1.2.1.rbi
clean-architecture-6.0.0 sorbet/rbi/gems/guard-compat@1.2.1.rbi