Object
# File lib/concurrent/executor/executor_service.rb, line 509 def initialize(args, block) @args = args @block = block end
# File lib/concurrent/executor/executor_service.rb, line 514 def run @block.call(*@args) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.