lib/siege/results.rb in bombard-0.0.5 vs lib/siege/results.rb in bombard-0.0.6
- old
+ new
@@ -68,10 +68,10 @@
shortest_request: @shortest_request
}
end
def parse(const)
- dump_results unless match = const_get(const).match(results)
+ dump_results unless match = Results.const_get(const).match(results)
match[1]
end
def dump_results
abort "A Siege error occurred:\n#@results"