Class: Thor::Shell::Basic
- Inherits:
-
Object
- Object
- Thor::Shell::Basic
- Defined in:
- lib/emasser/put.rb,
lib/emasser/post.rb,
lib/emasser/delete.rb
Instance Method Summary collapse
Instance Method Details
#print_wrapped(message, _options = {}) ⇒ Object
29 30 31 32 |
# File 'lib/emasser/put.rb', line 29 def print_wrapped(, = {}) = "\n#{message}\n" unless [0] == "\n" stdout.puts end |