# File lib/gitlab/paginated_response.rb, line 26
    def respond_to_missing?(method_name, include_private = false)
      super || @array.respond_to?(method_name, include_private)
    end