Top Level Namespace

Defined Under Namespace

Classes: Lockfile

Instance Method Summary collapse

Instance Method Details

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



555
556
557
558
559
# File 'lib/lockfile.rb', line 555

def Lockfile path, *a, &b
#--{{{
  Lockfile.new(path, *a, &b)
#--}}}
end