Class: Thor::Shell::Basic
- Inherits:
-
Object
- Object
- Thor::Shell::Basic
- Defined in:
- lib/forger/command.rb
Instance Method Summary collapse
Instance Method Details
#print_wrapped(message, options = {}) ⇒ Object
8 9 10 11 |
# File 'lib/forger/command.rb', line 8 def print_wrapped(, = {}) = "\n#{}" unless [0] == "\n" stdout.puts end |