class Gitlab::PaginatedResponse
def respond_to_missing?(method_name, include_private = false)
def respond_to_missing?(method_name, include_private = false) super || @array.respond_to?(method_name, include_private) end
def respond_to_missing?(method_name, include_private = false) super || @array.respond_to?(method_name, include_private) end