81 82 83 84 85 86 87
# File 'lib/core/facade.rb', line 81 def external_block_exec(*methods) if Nucleon.parallel? methods.each do |method| execute_block_on_receiver method.to_sym end end end