global

def Lockfile(path, *a, &b)

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