# File lib/active_resource/connection.rb, line 108 def get(path, headers = {}) format.decode(request(:get, path, build_request_headers(headers)).body) end