class RuboCop::Cop::Style::NumericLiteralPrefix

def octal_zero_only?

def octal_zero_only?
  cop_config['EnforcedOctalStyle'] == 'zero_only'
end