# File lib/gh/response.rb, line 59
    def to_hash
      return method_missing(__method__) unless respond_to? __method__
      @data.dup.to_hash
    end