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