class RuboCop::Cop::Style::NumericLiterals

def short_group_regex

def short_group_regex
  cop_config['Strict'] ? /_\d{1,2}(_|$)/ : /_\d{1,2}_/
end