Method: Sfn::MonkeyPatch::Stack#performing
- Defined in:
- lib/sfn/monkey_patch/stack.rb
#performing ⇒ String
Returns action currently being performed.
94 95 96 97 98 |
# File 'lib/sfn/monkey_patch/stack.rb', line 94 def performing if(in_progress?) status.to_s.downcase.split('_').first.to_sym end end |