Sha256: 48be018d08718e4885eb1337de25a33740379de737c606c78b83f417abf1d187
Contents?: true
Size: 968 Bytes
Versions: 2
Compression:
Stored size: 968 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strict # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/tty-color/all/tty-color.rbi # # tty-color-0.5.1 module TTY end module TTY::Color def color?; end def command?(cmd); end def mode; end def output; end def output=(arg0); end def support?; end def supports?; end def supports_color?; end def tty?; end def verbose; end def verbose=(arg0); end def windows?; end extend TTY::Color end class TTY::Color::Support def from_curses(curses_class = nil); end def from_env; end def from_term; end def from_tput; end def initialize(env, options = nil); end def support?; end end class TTY::Color::Mode def from_term; end def from_tput; end def initialize(env); end def mode; end end module TTY::Color::NoValue end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lazy_migrate-0.3.0 | sorbet/rbi/gems/tty-color.rbi |
lazy_migrate-0.2.0 | sorbet/rbi/gems/tty-color.rbi |