class RuboCop::Cop::Style::NumericLiteralPrefix

def format_hex(source)

def format_hex(source)
  source.sub(/^0X/, '0x')
end