1 2 3 4 5 6
# frozen_string_literal: true module API class Base < Grape::API::Instance # rubocop:disable API/Base end end