Sha256: 883c3a6799b8099b98f0639672a9bbd2ac3fe8f86de5db97d1d2e2c7a11e4598

Contents?: true

Size: 967 Bytes

Versions: 6

Compression:

Stored size: 967 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.2

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, verbose: 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

6 entries across 6 versions & 1 rubygems

Version Path
moneylovercli-0.1.7 sorbet/rbi/gems/tty-color.rbi
moneylovercli-0.1.6 sorbet/rbi/gems/tty-color.rbi
moneylovercli-0.1.4 sorbet/rbi/gems/tty-color.rbi
moneylovercli-0.1.3 sorbet/rbi/gems/tty-color.rbi
moneylovercli-0.1.2 sorbet/rbi/gems/tty-color.rbi
moneylovercli-0.1.1 sorbet/rbi/gems/tty-color.rbi