method
add_color
v2_6_3 -
Show latest stable
- Class:
Bundler::UI::Shell
add_color(string, *color)public
No documentation available.
# File lib/bundler/ui/shell.rb, line 21
def add_color(string, *color)
@shell.set_color(string, *color)
end