# File lib/celluloid/tasks.rb, line 97 def <<(task) @tasks += [task] end
# File lib/celluloid/tasks.rb, line 101 def delete(task) @tasks -= [task] end
# File lib/celluloid/tasks.rb, line 105 def each(&blk) @tasks.each(&blk) end
Generated with the Darkfish Rdoc Generator 2.