PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
rbs-3.8.0
/
stdlib
/
minitest
/
0
/
minitest
# <!-- rdoc-file=lib/minitest/pride_plugin.rb --> # Show your testing pride! # class Minitest::PrideIO self.@pride: untyped @io: untyped # stolen from /System/Library/Perl/5.10.0/Term/ANSIColor.pm # also reference https://en.wikipedia.org/wiki/ANSI_escape_code @colors: untyped @size: untyped @index: untyped # <!-- # rdoc-file=lib/minitest/pride_plugin.rb # - pride!() # --> # Activate the pride plugin. Called from both -p option and minitest/pride # def self.pride!: () -> untyped # <!-- # rdoc-file=lib/minitest/pride_plugin.rb # - pride?() # --> # Are we showing our testing pride? # def self.pride?: () -> untyped def initialize: (untyped io) -> void # <!-- # rdoc-file=lib/minitest/pride_plugin.rb # - print(o) # --> # Wrap print to colorize the output. # def print: (untyped o) -> untyped def puts: (*untyped o) -> untyped # <!-- # rdoc-file=lib/minitest/pride_plugin.rb # - pride(string) # --> # Color a string. # def pride: (untyped string) -> ::String def method_missing: (untyped msg, *untyped args) -> untyped # <!-- rdoc-file=lib/minitest/pride_plugin.rb --> # The IO we're going to pipe through. # attr_reader io: untyped # <!-- rdoc-file=lib/minitest/pride_plugin.rb --> # Start an escape sequence # ESC: String # <!-- rdoc-file=lib/minitest/pride_plugin.rb --> # End the escape sequence # NND: String end
[-] error_on_warning.rbs
[edit]
[-] unexpected_warning.rbs
[edit]
[-] summary_reporter.rbs
[edit]
[-] test.rbs
[edit]
[-] pride_lol.rbs
[edit]
[-] unit.rbs
[edit]
[-] spec.rbs
[edit]
[+]
unit
[-] result.rbs
[edit]
[-] reporter.rbs
[edit]
[-] skip.rbs
[edit]
[-] mock.rbs
[edit]
[-] benchmark.rbs
[edit]
[-] assertion.rbs
[edit]
[+]
parallel
[-] composite_reporter.rbs
[edit]
[-] progress_reporter.rbs
[edit]
[-] abstract_reporter.rbs
[edit]
[-] backtrace_filter.rbs
[edit]
[-] runnable.rbs
[edit]
[-] bench_spec.rbs
[edit]
[+]
spec
[-] parallel.rbs
[edit]
[-] compress.rbs
[edit]
[+]
..
[-] unexpected_error.rbs
[edit]
[-] pride_io.rbs
[edit]
[+]
test
[-] expectation.rbs
[edit]
[-] statistics_reporter.rbs
[edit]
[-] assertions.rbs
[edit]
[-] guard.rbs
[edit]
[-] expectations.rbs
[edit]
[-] reportable.rbs
[edit]