Top Level Namespace

Defined Under Namespace

Modules: ArrayFields, Fieldable, RQ, Rails Classes: Array, FieldedArray, Lockfile, OrderedHash, PseudoHash

Constant Summary collapse

Arrayfields =
ArrayFields
Fieldedarray =
FieldedArray
Pseudohash =
PseudoHash

Instance Method Summary collapse

Instance Method Details

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



557
558
559
560
561
# File 'lib/rq/lockfile.rb', line 557

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