lib/sifttter_redux/string_extensions.rb in sifttter-redux-0.4.0 vs lib/sifttter_redux/string_extensions.rb in sifttter-redux-0.4.1
- old
+ new
@@ -8,10 +8,10 @@
# Outputs a string in a formatted color.
# @param color_code The code to use
# @return Void
# ----------------------------------------------------
def colorize(color_code)
- "\e[#{color_code}m#{self}\e[0m"
+ "\e[#{ color_code }m#{ self }\e[0m"
end
# ----------------------------------------------------
# blue method
#