Module: Gorillib::AnsiColors

Included in:
DiffDrawer
Defined in:
lib/gorillib/diff.rb

Instance Method Summary collapse

Instance Method Details

#cyan(str) ⇒ Object



5
6
7
# File 'lib/gorillib/diff.rb', line 5

def cyan str
  "\e[36m#{str}\e[0m"
end