Top Level Namespace

Defined Under Namespace

Classes: Lockfile

Instance Method Summary collapse

Instance Method Details

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



549
550
551
# File 'lib/lockfile.rb', line 549

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