Method: PoolParty::CloudResourcer#run_stored_block

Defined in:
lib/poolparty/modules/cloud_resourcer.rb

#run_stored_blockObject

This will run the blocks after they are stored if there is a block associated



36
37
38
# File 'lib/poolparty/modules/cloud_resourcer.rb', line 36

def run_stored_block
  self.run_in_context @stored_block if @stored_block
end