Class: Thor::Shell::Basic
- Inherits:
 - 
      Object
      
        
- Object
 - Thor::Shell::Basic
 
 
- Defined in:
 - lib/draftking/patches/thor.rb
 
Overview
Eliminate awkward text wrapping
Instance Method Summary collapse
Instance Method Details
#print_wrapped(message, _options = {}) ⇒ Object
      7 8 9  | 
    
      # File 'lib/draftking/patches/thor.rb', line 7 def print_wrapped(, = {}) stdout.puts end  |