lookup_color(color)protected
No documentation available.
# File lib/bundler/vendor/thor/lib/thor/shell/basic.rb, line 316
def lookup_color(color)
return color unless color.is_a?(Symbol)
self.class.const_get(color.to_s.upcase)
end