Sha256: a15362ad1ef8f729ba5a0df03f10dacd2b3c812701905059ffbcc6326d128c33

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

module Sshman
  RESET_COLOR = "\033[0m"
  RED = "\033[31m"
  GREEN = "\033[32m"
  YELLOW = "\033[33m"
  CYAN = "\033[36m"
  SERVERS_CSV = File.expand_path("~/.sshman_servers.csv")
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sshman-0.3.3 lib/sshman/constants.rb
sshman-0.3.2 lib/sshman/constants.rb
sshman-0.3.1 lib/sshman/constants.rb
sshman-0.3.0 lib/sshman/constants.rb