class RuboCop::Cop::Sorbet::SignatureBuildOrder
def builder_method_indexes
def builder_method_indexes @configured_order ||= cop_config.fetch("Order").map(&:to_sym).each_with_index.to_h.freeze end
def builder_method_indexes @configured_order ||= cop_config.fetch("Order").map(&:to_sym).each_with_index.to_h.freeze end