uiauto icon indicating copy to clipboard operation
uiauto copied to clipboard

Rainbow Gem API Change Breaks color_indent_formatter

Open gardner opened this issue 10 years ago • 0 comments

String mixin has been removed by default from the rainbow gem. Please see https://github.com/sickill/rainbow#string-mixin

This causes the color_indent_formatter to throw undefined method errors all over.

The one line fix is to add require 'rainbow/ext/string' at the top of the color_indent_formatter.rb.

gardner avatar Mar 05 '14 22:03 gardner