Method: Arpoon::Client#read_response

Defined in:
lib/arpoon/client.rb

#read_responseObject



33
34
35
# File 'lib/arpoon/client.rb', line 33

def read_response
	JSON.parse(?[ + self.readline + ?]).first
end