class String

Public Instance Methods

cyan() click to toggle source
# File lib/mmmm/color.rb, line 2
def cyan
  "\e[36m#{self}\e[0m"
end