Class: Mutex

Inherits:
Object
  • Object
show all
Defined in:
lib/never_block/frameworks/rails.rb

Overview

now you synchronize

Instance Method Summary collapse

Instance Method Details

#synchronize(&block) ⇒ Object



33
34
35
36
# File 'lib/never_block/frameworks/rails.rb', line 33

def synchronize(&block)
  # now you don't!
  block.call
end