method

lookup_color

ruby latest stable - Class: Bundler::Thor::Shell::Basic

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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