Class: Thor::Shell::Basic

Inherits:
Object
  • Object
show all
Defined in:
lib/draftking/patches/thor.rb

Overview

Eliminate awkward text wrapping

Instance Method Summary collapse

Instance Method Details



7
8
9
# File 'lib/draftking/patches/thor.rb', line 7

def print_wrapped(message, _options = {})
 stdout.puts message
end