# File lib/lockfile.rb, line 549
  def Lockfile(path, *a, &b)
    Lockfile.new(path, *a, &b)
  end