Method: Thor::Shell::Basic#print_wrapped

Defined in:
lib/jets/commands/base.rb


8
9
10
11
# File 'lib/jets/commands/base.rb', line 8

def print_wrapped(message, options = {})
  message = "\n#{message}" unless message.starts_with?("\n")
  stdout.puts message
end