# File lib/wirb/colorizer/wirb0.rb, line 46 def self.run(string, *color_args) color(*color_args) + string.to_s + color(:nothing) end