Silence Nokogiri warnings

pull/142/merge
Thibaut 10 years ago
parent aa4d1ad022
commit 1fa81b8461

@ -137,7 +137,8 @@ module Docs
end
def process_response(response)
pipeline.call parse(response.body), pipeline_context(response), data = {}
data = {}
quietly { pipeline.call(parse(response.body), pipeline_context(response), data) }
data
end

Loading…
Cancel
Save