# File lib/gh/response.rb, line 53
    def respond_to?(method, *)
      return super unless method.to_s == "to_hash" or method.to_s == "to_ary"
      data.respond_to? method
    end