24 25 26 27 28
# File 'lib/accelerator.rb', line 24 def get(uri) if data = get_and_parse(uri) [ data.delete(:body), data ] end end