class RuboCop::Cop::Style::NumericLiteralPrefix

def format_binary(source)

def format_binary(source)
  source.sub(/^0B/, '0b')
end