class Bookwatch::Colorizer
Constants
- Colors
Public Instance Methods
colorize(string, color)
click to toggle source
# File lib/bookwatch/colorizer.rb, line 12 def colorize(string, color) color.call string.to_s end