turboladen / tailor

A RubyGem that allows for checking standard styling of Ruby files.
146 stars 18 forks source link

--no-color doesn't turn off coloring #107

Closed turboladen closed 12 years ago

turboladen commented 12 years ago

In addition, because Term::ANSIColor is being included into String (which by design should only get included when --no-color isn't specified) and the #underscore method is added to String (which should always be defined, these should be separated out. That will allow #underscore to always be defined, and the color methods defined only as needed.