class Pwrake::DummyMutex

Public Instance Methods

synchronize() { || ... } click to toggle source
# File lib/pwrake/branch/shell.rb, line 6
def synchronize
  yield
end