Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/cheftacular/helper.rb

Instance Method Summary collapse

Instance Method Details

#scrub_pretty_textObject



410
411
412
# File 'lib/cheftacular/helper.rb', line 410

def scrub_pretty_text
  self.gsub("",'').gsub(/\[0m|\[1m|\[32m|\[35m|\[36m/,'')
end