Closed barmintor closed 9 years ago
def graph @graph ||= new? ? build_empty_graph : build_graph(get.graph) end
the #get method returns an http_client response object, which has no graph method.
Closed by #48
the #get method returns an http_client response object, which has no graph method.