50 51 52 53
# File 'lib/intent/ui/term_color.rb', line 50 def cyan(text) decoration_scope.push(:cyan) return_decorator(text) end