# File lib/gh/response.rb, line 82 def dup_ivars @headers, @data, @body = @headers.dup, @data.dup, @body.dup self end