Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/cheftacular/helper.rb
Instance Method Summary collapse
Instance Method Details
#scrub_pretty_text ⇒ Object
400 401 402 |
# File 'lib/cheftacular/helper.rb', line 400 def scrub_pretty_text self.gsub("",'').gsub(/\[0m|\[1m|\[32m|\[35m|\[36m/,'') end |