lib/ext/string_ext.rb in tailor-1.0.1 vs lib/ext/string_ext.rb in tailor-1.1.0
- old
+ new
@@ -1,9 +1,5 @@
-require 'term/ansicolor'
-
class String
- include Term::ANSIColor
-
# Borrowed from ActiveSupport, this converts camel-case Strings to
# snake-case.
#
# @return [String]
def underscore