Method: Thor::Shell::Basic#print_wrapped
- Defined in:
- lib/jets/thor/base.rb
#print_wrapped(message, options = {}) ⇒ Object
86 87 88 89 |
# File 'lib/jets/thor/base.rb', line 86 def print_wrapped(, = {}) = "\n#{message}" unless [0] == "\n" stdout.puts end |