Class: ShellSpinner::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-carb/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#wrap_block(text = nil, colorize = true, &block) ⇒ Object



7
8
9
# File 'lib/aws-carb/monkey_patches.rb', line 7

def wrap_block(text = nil, colorize = true, &block)
  with_message(text) { with_spinner(&block) }
end