Class: String
- Inherits:
 - 
      Object
      
        
- Object
 - String
 
 
- Defined in:
 - lib/claide/ansi.rb
 
Direct Known Subclasses
Instance Method Summary collapse
- 
  
    
      #ansi  ⇒ StringEscaper 
    
    
  
  
  
  
  
  
  
  
  
    
An object which provides convenience methods to wrap the receiver in ANSI sequences.
 
Instance Method Details
#ansi ⇒ StringEscaper
Returns An object which provides convenience methods to wrap the receiver in ANSI sequences.
      123 124 125  | 
    
      # File 'lib/claide/ansi.rb', line 123 def ansi CLAide::ANSI::StringEscaper.new(self) end  |