Method: CloudFlock::App::Common::Cleanup#post_step
- Defined in:
- lib/cloudflock/app/common/cleanup.rb
#post_step(step) ⇒ Object
Public: Define a step to be performed after leaving the chroot environment.
step - String containing a command to be performed.
Returns nothing.
42 43 44 |
# File 'lib/cloudflock/app/common/cleanup.rb', line 42 def post_step(step) post << step end |