class String

Public Instance Methods

blue() click to toggle source
# File lib/star_wars.rb, line 6
def blue
  "\e[36m#{self}\e[0m"
end
yellow() click to toggle source
# File lib/star_wars.rb, line 2
def yellow
  "\e[33m#{self}\e[0m"
end