class RuboCop::Cop::Style::NumericLiteralPrefix

def format_decimal(source)

def format_decimal(source)
  source.sub(/^0[dD]/, '')
end