class RuboCop::Cop::Style::NumericLiteralPrefix

def format_octal_zero_only(source)

def format_octal_zero_only(source)
  source.sub(/^0[Oo]?/, '0')
end