Object
# File lib/girl_friday/persistence.rb, line 5 def initialize(name, options) @backlog = [] end
# File lib/girl_friday/persistence.rb, line 14 def pop @backlog.shift end
# File lib/girl_friday/persistence.rb, line 9 def push(work) @backlog << work end
# File lib/girl_friday/persistence.rb, line 18 def size @backlog.size end
[Validate]
Generated with the Darkfish Rdoc Generator 2.