Method: Thor::Shell::Basic#print_wrapped
- Defined in:
- lib/jets/commands/base.rb
#print_wrapped(message, options = {}) ⇒ Object
8 9 10 11 |
# File 'lib/jets/commands/base.rb', line 8 def print_wrapped(, = {}) = "\n#{}" unless .starts_with?("\n") stdout.puts end |