module RubyXL::LegacyCell

def change_border_bottom(weight = 'thin')

def change_border_bottom(weight = 'thin')
  warn "[DEPRECATION] `#{__method__}` is deprecated.  Please use `change_border` instead."
  change_border(:bottom, weight)
end