Sha256: a338ee3e4cb176bfb4dd23f9f794ed629392635638d61723a7b76b0ca46509cd
Contents?: true
Size: 190 Bytes
Versions: 6
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true def green(str) puts Rainbow(str).green end def yellow(str) puts Rainbow(str).yellow end def red(str) puts Rainbow(str).red end def nl puts "\n" end
Version data entries
6 entries across 6 versions & 1 rubygems