class RuboCop::Cop::Style::NumericLiteralPrefix

def format_octal(source)

def format_octal(source)
  source.sub(/^0O?/, '0o')
end