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