Sha256: 9fe09a0fef919a9e2c8f878e1cc19b8dc05cfaeac45145bc2e332812412aef8e

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 Bytes

Contents

# TODO

# class Storazzo::Colors

#     def deb(s);   puts "#DEB #{s}" if $DEBUG; end
#     # colors 16
#     def gray(s)    "\033[1;30m#{s}\033[0m" ; end
#     def green(s)   "\033[1;32m#{s}\033[0m" ; end
#     def red(s)     "\033[1;31m#{s}\033[0m" ; end
#     def yellow(s)  "\033[1;33m#{s}\033[0m" ; end
#     def blue(s)  "\033[1;34m#{s}\033[0m" ; end
#     def purple(s)  "\033[1;35m#{s}\033[0m" ; end
#     def azure(s)   "\033[1;36m#{s}\033[0m" ; end
#     def white(s)   "\033[1;37m#{s}\033[0m" ; end

#     # colors 64k
#     def orange(s)   "\033[38;5;208m#{s}\033[0m" ; end

# end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
storazzo-0.0.2 lib/storazzo/colors.rb