Top Level Namespace

Defined Under Namespace

Classes: Lockfile

Instance Method Summary collapse

Instance Method Details

#Lockfile(path, *a, &b) ⇒ Object



535
536
537
# File 'lib/lockfile.rb', line 535

def Lockfile(path, *a, &b)
  Lockfile.new(path, *a, &b)
end