Object
# File lib/rack/contrib/signals.rb, line 19 def initialize(body, callback) @body, @callback = body, callback end
# File lib/rack/contrib/signals.rb, line 23 def each(&block) @body.each(&block) @callback.call end
[Validate]
Generated with the Darkfish Rdoc Generator 2.