class Thor::Shell::Basic
Eliminate awkward text wrapping
Public Instance Methods
print_wrapped(message, _options = {})
click to toggle source
# File lib/draftking/patches/thor.rb, line 7 def print_wrapped(message, _options = {}) stdout.puts message end