class String

Public Instance Methods

text_green() click to toggle source
# File lib/morpheus-heroku/helper.rb, line 45
def text_green; "\e[32m#{self}\e[0m" end
text_red() click to toggle source
# File lib/morpheus-heroku/helper.rb, line 44
def text_red;   "\e[31m#{self}\e[0m" end