Top Level Namespace

Defined Under Namespace

Classes: Lockfile

Instance Method Summary collapse

Instance Method Details

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



531
532
533
# File 'lib/lockfile.rb', line 531

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