class Pastel::Color

Public Instance Methods

strip(*strings) click to toggle source
Calls superclass method
# File lib/rfix/extension/pastel.rb, line 9
def strip(*strings)
  super(*strings.map(&Strings::ANSI.method(:sanitize)))
end