Method: Tom::Merger#merge
- Defined in:
- lib/merger.rb
#merge(env, responses) ⇒ Array
When the request dispatcher made all the requests, it will call the merge method of the subclass with the responses as a hash in the form
38 39 40 |
# File 'lib/merger.rb', line 38 def merge(env, responses) raise "Subclass, implement #merge(env, responses)!" end |