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